diff --git a/Multibranch-Evaluation b/Multibranch-Evaluation index 3484688..61e89b7 100644 --- a/Multibranch-Evaluation +++ b/Multibranch-Evaluation @@ -1,12 +1,7 @@ pipeline { agent any parameters{ - string( - defaultValue: 'master', - description: 'BRANCH', - name: 'BRANCH', - trim: false - ) + gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH' } stages { stage('clear_before') {