gitparametr remove origin
All checks were successful
s426206-evaluation/pipeline/head This commit looks good
All checks were successful
s426206-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
f86bf02efb
commit
c8eb109e0f
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user