From be719115b6932b71d63f63793d02e030d83b38e1 Mon Sep 17 00:00:00 2001 From: s464962 Date: Tue, 26 Mar 2024 23:41:23 +0100 Subject: [PATCH] Update Jenkinsfile-stats --- Jenkinsfile-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )