diff --git a/Jenkinsfile_evaluation b/Jenkinsfile_evaluation index de07a58..3e88e65 100644 --- a/Jenkinsfile_evaluation +++ b/Jenkinsfile_evaluation @@ -18,7 +18,7 @@ pipeline { name: 'KAGGLE_KEY' ) - gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' + gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' buildSelector( defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts',