Update 'Jenkinsfile'

small change
This commit is contained in:
Roberto Cirillo 2022-09-20 14:18:45 +02:00
parent bf24870757
commit d9908b99e3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
stages { stages {
stage('Checkout git project') { stage('Checkout git project') {
steps { steps {
git branch: '${params.GIT_BRANCH}', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', url: '${params.GIT_URL}' git branch: '${GIT_BRANCH}', credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', url: '${GIT_URL}'
} }
} }
stage('Build the job') { stage('Build the job') {