Commit 028a5dcd authored by Ndoumbe's avatar Ndoumbe

changed

parent 52528274
...@@ -77,8 +77,8 @@ def call(body) { ...@@ -77,8 +77,8 @@ def call(body) {
git commit -am "new build for ${BRANCH_NAME} - commit hash=${shortCommit}" git commit -am "new build for ${BRANCH_NAME} - commit hash=${shortCommit}"
""" """
withCredentials([usernamePassword(credentialsId: 'gitlab_credential', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) { withCredentials([usernamePassword(credentialsId: 'gitlab_credential', passwordVariable: 'Password', usernameVariable: 'Username')]) {
sh ('git remote set-url origin https://${GIT_USERNAME}:${GIT_PASSWORD}@gitlab.baamtu.com/diopbe/helm-manifestfiles') sh ('git remote set-url origin https://${Uername}:${Password}@gitlab.baamtu.com/diopbe/helm-manifestfiles')
sh('git push origin master') sh('git push origin 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