Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-11 20:15:41 +02:00
parent d1da0a938c
commit 02ca9f72b1

View File

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