Update Jenkinsfile-stats
This commit is contained in:
parent
675aecb3b0
commit
be719115b6
@ -4,7 +4,7 @@ pipeline {
|
|||||||
parameters {
|
parameters {
|
||||||
choice(
|
choice(
|
||||||
choices: ['lastSuccessful()', 'lastStable()', 'specificBuild()', 'savedBuilds()', 'upstreamBuild()', 'downstreamBuild()'],
|
choices: ['lastSuccessful()', 'lastStable()', 'specificBuild()', 'savedBuilds()', 'upstreamBuild()', 'downstreamBuild()'],
|
||||||
default: 'lastSuccessful()', // Zmieniono defaultValue na default
|
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