Commit ee547c1d authored by Raphael Defosseux's avatar Raphael Defosseux

CI: fix address from committer in Merge Request case

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent b39bf79b
......@@ -89,7 +89,7 @@ pipeline {
script {
if ("MERGE".equals(env.gitlabActionType)) {
// since a bit, in push events, gitlabUserEmail is not populated
gitCommitAuthorEmailAddr = ${env.gitlabUserEmail}
gitCommitAuthorEmailAddr = env.gitlabUserEmail
echo "GitLab Usermail is ${gitCommitAuthorEmailAddr}"
// GitLab-Jenkins plugin integration is lacking to perform the merge by itself
// Doing it manually --> it may have merge conflicts
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment