Commit c068120a authored by Ndoumbe's avatar Ndoumbe

update

parent 028a5dcd
......@@ -79,7 +79,7 @@ def call(body) {
"""
withCredentials([usernamePassword(credentialsId: 'gitlab_credential', passwordVariable: 'Password', usernameVariable: 'Username')]) {
sh ('git remote set-url origin https://${Uername}:${Password}@gitlab.baamtu.com/diopbe/helm-manifestfiles')
sh('git push origin master')
sh('git push ')
}
}
......
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