Adjust remote URL.
This commit is contained in:
parent
c8e0765df8
commit
803e8f7b23
|
@ -154,7 +154,7 @@ def exec(actions, repo_url, repo_name) {
|
||||||
|
|
||||||
dir(repo_name) {
|
dir(repo_name) {
|
||||||
withCredentials([usernamePassword(credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
|
withCredentials([usernamePassword(credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
|
||||||
def complete_url = "${repo_url}/${repo_name}.git"
|
def complete_url = "${repo_url}.git"
|
||||||
def repository = complete_url.replaceFirst(".+://", "https://${GIT_USERNAME}:${GIT_PASSWORD}@")
|
def repository = complete_url.replaceFirst(".+://", "https://${GIT_USERNAME}:${GIT_PASSWORD}@")
|
||||||
sh("""
|
sh("""
|
||||||
git remote set-url origin $repository
|
git remote set-url origin $repository
|
||||||
|
|
Loading…
Reference in New Issue