Config cloned repo.

This commit is contained in:
Manuele Simi 2021-01-17 22:48:34 -05:00
parent 803e8f7b23
commit 73ddbcb123
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -159,6 +159,8 @@ def exec(actions, repo_url, repo_name) {
sh("""
git remote set-url origin $repository
git remote -v
git config user.email "git.gcube@localhost"
git config user.name "git.gcube"
echo $actions > actions.sh
chmod a+x actions.sh
source actions.sh