gitparametr remove origin
All checks were successful
s426206-evaluation/pipeline/head This commit looks good

This commit is contained in:
Jan Nowak 2021-05-16 12:26:51 +02:00
parent f86bf02efb
commit c8eb109e0f

View File

@ -17,7 +17,7 @@ pipeline {
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts for evaluation',
name: 'BUILD_SELECTOR_EVALUATION')
gitParameter branch: '', branchFilter: '.*', defaultValue: 'master', description: '', name: 'BRANCH', quickFilterEnabled: false, selectedValue: 'NONE', sortMode: 'NONE', tagFilter: '*', type: 'PT_BRANCH'
gitParameter branch: '', branchFilter: 'origin/(.*)', defaultValue: 'master', description: '', name: 'BRANCH', quickFilterEnabled: false, selectedValue: 'NONE', sortMode: 'NONE', tagFilter: '*', type: 'PT_BRANCH'
}
stages {
stage('checkout') {