From 45e2473d706b9a8009ccc8ad0d2d76503bb2378f Mon Sep 17 00:00:00 2001 From: s487179 Date: Sat, 15 Apr 2023 00:15:46 +0200 Subject: [PATCH] Fix Jenkinsfile --- datasetStats/Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datasetStats/Jenkinsfile b/datasetStats/Jenkinsfile index fbc1147..a3e9402 100644 --- a/datasetStats/Jenkinsfile +++ b/datasetStats/Jenkinsfile @@ -4,8 +4,7 @@ pipeline { choice( name: 'BUILD_SELECTOR', choices: ['lastSuccessfulBuild()', 'lastStableBuild()', 'specificBuild(123)', 'tags(\'release-*\')'], - description: 'Which build to use for copying artifacts', - defaultValue: 'lastSuccessfulBuild()' + description: 'Which build to use for copying artifacts' ) } stages {