generated from gCubeCI/Pipeline-Docker-Template
parent
9c03cbf01c
commit
3aed62ebc6
|
@ -15,6 +15,12 @@ pipeline {
|
|||
GIT_URL= "${params.GIT_URL}"
|
||||
GIT_BRANCH= "${params.GIT_BRANCH}"
|
||||
}
|
||||
parameters {
|
||||
string(name: 'GIT_URL',
|
||||
defaultValue: '',
|
||||
description: 'git url')
|
||||
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'GIT_BRANCH', type: 'PT_BRANCH'
|
||||
}
|
||||
stages {
|
||||
stage('Checkout git project') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in New Issue