diff --git a/Jenkinsfile b/Jenkinsfile index bc474e1..349b0bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,7 +132,9 @@ pipeline { sh(". ~/TOOLS_ENV/bin/activate && pip install simple_rest_client requests") sh(". ~/TOOLS_ENV/bin/activate && pip install git+https://chacha.ddns.net/gitea/chacha/pygitversionhelper.git@master") - + + sh("git config --global user.email $_MaintainerEmail") + sh("git config --global user.name $_MaintainerName") } } @@ -219,8 +221,6 @@ pipeline { // => little hacky... creating a new git repo with a commit/tag corresponding to HEAD of the official one if(_PROJECT_NAME=="pyChaChaDummyProject") //specific case to test the template itself { - sh("git config --global user.email $_MaintainerEmail") - sh("git config --global user.name $_MaintainerName") sh("rm -Rf ~/_gitrepo || true")