Update 'Multibranch_evaluation'

This commit is contained in:
Tomasz Koszarek 2023-09-29 23:28:11 +02:00
parent 6744a115a2
commit 00a30a6015

View File

@ -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 {