added missing comma

This commit is contained in:
s495716 2024-03-20 18:25:55 +01:00
parent 127269569b
commit 40e3135634

2
stats/Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters { parameters {
buildSelector( buildSelector(
defaultSelector: lastSuccessful(), defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts' description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR' name: 'BUILD_SELECTOR'
) )
} }