Fix Jenkinsfile
This commit is contained in:
parent
580afdf396
commit
09be010901
3
datasetStats/Jenkinsfile
vendored
3
datasetStats/Jenkinsfile
vendored
@ -1,9 +1,6 @@
|
||||
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-*\')'],
|
||||
|
Loading…
Reference in New Issue
Block a user