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 {
|
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'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user