Commit 78aa6075 authored by Ndoumbe's avatar Ndoumbe

upadate odoodefaultpipeline

parent 9e0422ba
...@@ -70,7 +70,7 @@ def call(body) { ...@@ -70,7 +70,7 @@ def call(body) {
git( credentialsId: 'gitlab_credential', url: 'https://gitlab.baamtu.com/diopbe/helm-manifestfiles', branch: 'master' ) git( credentialsId: 'gitlab_credential', url: 'https://gitlab.baamtu.com/diopbe/helm-manifestfiles', branch: 'master' )
sh """ sh """
git config --global user.email "ndoumbe.diop@baamtu.com" git config --global user.email "ndoumbe.diop@baamtu.com"
git config --global user.name "diopbe" git config --global user.name "diopbe"
yq e -i '.image.tag = "${shortCommit}"' ${pipelineParams.VALUES_FILE} yq e -i '.image.tag = "${shortCommit}"' ${pipelineParams.VALUES_FILE}
...@@ -87,7 +87,7 @@ def call(body) { ...@@ -87,7 +87,7 @@ def call(body) {
} }
} }
//suppression de l'image apres pushed
stage('Clean ') { stage('Clean ') {
//when { //when {
//branch 'master' //branch 'master'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment