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