From: Thanh Ha Date: Wed, 22 Jul 2020 20:23:55 +0000 (-0400) Subject: Set the correct Jenkins user as Git email X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=c26b22f1b57654f8e254e615c7c58be917841a38 Set the correct Jenkins user as Git email This setups up the email to the correct user account for the real Jenkins user. Change-Id: I400576b410a1c33eb09ed5b108522a304d44963a Signed-off-by: Thanh Ha --- diff --git a/jjb/integration/multipatch-distribution.sh b/jjb/integration/multipatch-distribution.sh index 55ce2b866..efc57ad9f 100755 --- a/jjb/integration/multipatch-distribution.sh +++ b/jjb/integration/multipatch-distribution.sh @@ -22,7 +22,7 @@ wget "http://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a cat pom.xml # Set up git committer name and email, needed for commit creation when cherry-picking. -export EMAIL="sandbox@jenkins.opendaylight.org" +export EMAIL="jenkins-$SILO@opendaylight.org" export GIT_COMMITTER_NAME="Multipatch Job" # Extract a list of patches per project from an comment trigger. An example is: