From 55469ae5b207c2d941e3ca0132477cb2ff2ace7e Mon Sep 17 00:00:00 2001 From: Alicja Szulecka Date: Tue, 26 Mar 2024 20:12:25 +0100 Subject: [PATCH] fix typo --- stats/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stats/Jenkinsfile b/stats/Jenkinsfile index c94812d..c1b133a 100644 --- a/stats/Jenkinsfile +++ b/stats/Jenkinsfile @@ -1,11 +1,11 @@ pipeline { agent any parameters { - buildSelector { + buildSelector ( defaultSelector: lastSuccessful(), description: 'Build for copying artifacts', name: 'BUILD_SELECTOR' - } + ) } stages { stage('Copy Artifacts') {