diff --git a/Jenkinsfile-eval b/Jenkinsfile-eval index 71be93a..94f68f8 100644 --- a/Jenkinsfile-eval +++ b/Jenkinsfile-eval @@ -10,7 +10,17 @@ node { // ]), // copyArtifactPermission('*'), parameters([ - gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH', + // gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH', + gitParameter(branch: '', + branchFilter: 'origin/(.*)', + defaultValue: 'master', + description: '', + name: 'BRANCH', + quickFilterEnabled: false, + selectedValue: 'NONE', + sortMode: 'NONE', + tagFilter: '*', + type: 'PT_BRANCH'), buildSelector( defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts',