Update Jenkinsfile-stats
This commit is contained in:
parent
675aecb3b0
commit
be719115b6
@ -4,7 +4,7 @@ pipeline {
|
||||
parameters {
|
||||
choice(
|
||||
choices: ['lastSuccessful()', 'lastStable()', 'specificBuild()', 'savedBuilds()', 'upstreamBuild()', 'downstreamBuild()'],
|
||||
default: 'lastSuccessful()', // Zmieniono defaultValue na default
|
||||
defaultValue: 'lastSuccessful()',
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'BUILD_SELECTOR'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user