diff --git a/Jenkinsfile b/Jenkinsfile index ce16b23..8bf8e2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,12 @@ pipeline { agent any + parameters { + buildSelector ( + defaultSelector: lastSuccessful(), + description: 'Build for copying artifacts', + name: 'BUILD_SELECTOR' + ) + } stages { stage('Git Checkout') { steps {