diff --git a/Jenkinsfile.eval b/Jenkinsfile.eval index 3cfd378..39ced6c 100644 --- a/Jenkinsfile.eval +++ b/Jenkinsfile.eval @@ -8,11 +8,6 @@ pipeline { description: 'training branch name', name: 'TRAINING_BRANCH' ) - buildSelector( - defaultSelector: lastSuccessful(), - description: 'Which build to use for copying artifacts', - name: 'BUILD_SELECTOR' - ) } stages { stage('Copy prev build artifact') {