Update 'Multibranch_evaluation'
This commit is contained in:
parent
6744a115a2
commit
00a30a6015
@ -1,12 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
parameters{
|
||||
// gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
string(
|
||||
defaultValue: 'master',
|
||||
description: 'BRANCH',
|
||||
name: 'BRANCH',
|
||||
trim: false
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
)
|
||||
}
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user