This commit is contained in:
Wojciech Lidwin 2023-05-11 18:57:21 +02:00
parent a9aa119e82
commit 50a3d48a88

View File

@ -2,6 +2,7 @@ node {
stage('Preparation') { stage('Preparation') {
properties([ properties([
parameters([ parameters([
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
]) ])
]) ])
} }