Commit 78aa6075 authored by Ndoumbe's avatar Ndoumbe

upadate odoodefaultpipeline

parent 9e0422ba
......@@ -70,7 +70,7 @@ def call(body) {
git( credentialsId: 'gitlab_credential', url: 'https://gitlab.baamtu.com/diopbe/helm-manifestfiles', branch: 'master' )
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"
yq e -i '.image.tag = "${shortCommit}"' ${pipelineParams.VALUES_FILE}
......@@ -87,7 +87,7 @@ def call(body) {
}
}
//suppression de l'image apres pushed
stage('Clean ') {
//when {
//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