generated from gCubeCI/Pipeline-Docker-Template
parent
23fccd6314
commit
df972d5415
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue