added missing comma
This commit is contained in:
parent
127269569b
commit
40e3135634
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -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'
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user