Update 'Multibranch-Evaluation'
This commit is contained in:
parent
d1da0a938c
commit
02ca9f72b1
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user