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') {