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