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