Fix Jenkinsfile datasetStats
This commit is contained in:
parent
31ea24ceef
commit
580afdf396
5
datasetStats/Jenkinsfile
vendored
5
datasetStats/Jenkinsfile
vendored
@ -1,11 +1,14 @@
|
||||
pipeline {
|
||||
agent any
|
||||
parameters {
|
||||
choice(
|
||||
name: 'BUILD_SELECTOR',
|
||||
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
|
||||
choice(
|
||||
name: 'BUILD_SELECTOR',
|
||||
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
|
||||
description: 'Which build to use for copying artifacts',
|
||||
defaultVaue: 'lastSuccessfulBuild()'
|
||||
defaultValue: 'lastSuccessfulBuild()'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user