diff --git a/Jenkinsfile-stats b/Jenkinsfile-stats index 1ebdf5c..475352d 100644 --- a/Jenkinsfile-stats +++ b/Jenkinsfile-stats @@ -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' )