diff --git a/Jenkinsfile b/Jenkinsfile index 321a2f2..eff3bfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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