generated from gCubeCI/Pipeline-Docker-Template
parent
d9908b99e3
commit
5e177fc5f1
|
@ -26,7 +26,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Checkout git project') {
|
||||
steps {
|
||||
git branch: '${GIT_BRANCH}', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', url: '${GIT_URL}'
|
||||
git branch: "${GIT_BRANCH}", credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', url: "${GIT_URL}"
|
||||
}
|
||||
}
|
||||
stage('Build the job') {
|
||||
|
|
Loading…
Reference in New Issue