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