Update 'Jenkinsfile'

restore old param  GIT_BRANCH
This commit is contained in:
Roberto Cirillo 2022-09-21 10:34:06 +02:00
parent 23fccd6314
commit df972d5415
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -20,7 +20,9 @@ pipeline {
string(name: 'GIT_URL',
defaultValue: '',
description: 'git url')
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'GIT_BRANCH', type: 'PT_BRANCH'
string(name: 'GIT_BRANCH',
defaultValue: '',
description: 'git branch')
}
stages {
stage('Checkout git project') {