Update Jenkinsfile-stats

This commit is contained in:
s464962 2024-03-26 23:37:26 +01:00
parent f4c10a9026
commit 675aecb3b0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pipeline {
parameters {
choice(
choices: ['lastSuccessful()', 'lastStable()', 'specificBuild()', 'savedBuilds()', 'upstreamBuild()', 'downstreamBuild()'],
defaultValue: 'lastSuccessful()',
default: 'lastSuccessful()', // Zmieniono defaultValue na default
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR'
)