diff --git a/Jenkinsfile_predict_registry b/Jenkinsfile_predict_registry index d81bb91..0305703 100644 --- a/Jenkinsfile_predict_registry +++ b/Jenkinsfile_predict_registry @@ -1,5 +1,11 @@ pipeline { agent any + parameters { + buildSelector( + defaultSelector: lastSuccessful(), + description: 'Which build to use for copying artifacts for predict', + name: 'BUILD_SELECTOR_PREDICT') + } stages { stage('checkout') { steps {