Update Jenkinsfile-stats

This commit is contained in:
s464962 2024-03-26 23:37:26 +01:00
parent f4c10a9026
commit 675aecb3b0

View File

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