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(
|
choice(
|
||||||
name: 'BUILD_SELECTOR',
|
name: 'BUILD_SELECTOR',
|
||||||
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
|
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
|
||||||
description: 'Which build to use for copying artifacts',
|
description: 'Which build to use for copying artifacts'
|
||||||
defaultValue: 'lastSuccessfulBuild()'
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user