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