Back to string interpolation.

This commit is contained in:
Manuele Simi 2021-01-24 22:33:31 -05:00
parent 5ea686a60c
commit d6e8d5206d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -158,8 +158,8 @@ def exec(actions, repo_url, repo_name) {
withCredentials([usernamePassword(credentialsId: '88b54962-1c0e-49cb-8155-22276860f346', passwordVariable: 'GIT_PASSWORD', usernameVariable: 'GIT_USERNAME')]) {
def complete_url = "${repo_url}.git"
def repository = complete_url.replaceFirst(".+://", "https://${GIT_USERNAME}:${GIT_PASSWORD}@")
sh('git remote set-url origin $repository')
sh("""
git remote set-url origin $repository
git remote -v
git config user.email "git.gcube@localhost"
git config user.name "git.gcube"