Fix Jenkinsfile
This commit is contained in:
parent
20148da3ba
commit
45e2473d70
3
datasetStats/Jenkinsfile
vendored
3
datasetStats/Jenkinsfile
vendored
@ -4,8 +4,7 @@ pipeline {
|
||||
choice(
|
||||
name: 'BUILD_SELECTOR',
|
||||
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
|
||||
description: 'Which build to use for copying artifacts',
|
||||
defaultValue: 'lastSuccessfulBuild()'
|
||||
description: 'Which build to use for copying artifacts'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user