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 {
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts'
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR'
)
}