From c26b22f1b57654f8e254e615c7c58be917841a38 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 22 Jul 2020 16:23:55 -0400 Subject: [PATCH] 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 --- jjb/integration/multipatch-distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.36.6