Fix Jenkinsfile
This commit is contained in:
parent
45e2473d70
commit
d9cb53b35a
6
datasetStats/Jenkinsfile
vendored
6
datasetStats/Jenkinsfile
vendored
@ -1,10 +1,10 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
parameters {
|
parameters {
|
||||||
choice(
|
buildSelector(
|
||||||
name: 'BUILD_SELECTOR',
|
name: 'BUILD_SELECTOR',
|
||||||
choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'],
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'Which build to use for copying artifacts'
|
description: 'A build to take the artifacts from'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
|
Loading…
Reference in New Issue
Block a user