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