generated from gCubeCI/Pipeline-Docker-Template
parent
2f0a749304
commit
e86e95bc58
|
@ -15,14 +15,6 @@ pipeline {
|
|||
GIT_URL= "${params.GIT_URL}"
|
||||
GIT_BRANCH= "${params.GIT_BRANCH}"
|
||||
}
|
||||
parameters {
|
||||
string(name: 'GIT_URL',
|
||||
defaultValue: '',
|
||||
description: 'git url')
|
||||
string(name: 'GIT_BRANCH',
|
||||
defaultValue: '',
|
||||
description: 'git branch')
|
||||
}
|
||||
stages {
|
||||
stage('Checkout git project') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in New Issue