Update Jenkinsfile-stats
This commit is contained in:
parent
e5d94a4a06
commit
f4c10a9026
@ -2,8 +2,9 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(
|
choice(
|
||||||
defaultSelector: lastSuccessful(),
|
choices: ['lastSuccessful()', 'lastStable()', 'specificBuild()', 'savedBuilds()', 'upstreamBuild()', 'downstreamBuild()'],
|
||||||
|
defaultValue: 'lastSuccessful()',
|
||||||
description: 'Which build to use for copying artifacts',
|
description: 'Which build to use for copying artifacts',
|
||||||
name: 'BUILD_SELECTOR'
|
name: 'BUILD_SELECTOR'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user