Update Jenkinsfile-stats

This commit is contained in:
s464962 2024-03-26 23:41:23 +01:00
parent 675aecb3b0
commit be719115b6
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()'],
default: 'lastSuccessful()', // Zmieniono defaultValue na default
defaultValue: 'lastSuccessful()',
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR'
)