Commit 68717ff4 authored by Ndoumbe's avatar Ndoumbe

update

parent ee6ae1e7
...@@ -73,7 +73,7 @@ def call(body) { ...@@ -73,7 +73,7 @@ def call(body) {
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}
git commit -am "new build for ${BRANCH_NAME} - commit hash=${shortCommit}" git commit -am "new build for ndiop - commit hash=${shortCommit}"
""" """
withCredentials([usernamePassword(credentialsId: 'gitlab_credential', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) { withCredentials([usernamePassword(credentialsId: 'gitlab_credential', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
......
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