From: Jan-Simon Möller Date: Thu, 9 Mar 2017 14:24:51 +0000 (+0100) Subject: Add enforced git config user.email and user.name X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=21eaa51b21d7991526c02523af00be3bbde49702;p=ci-management.git Add enforced git config user.email and user.name Change-Id: I0190d205abd7e1e9c169c451c90f413aa10aadbe Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index e6ca163f..0a10c1ad 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -138,3 +138,5 @@ set | grep ^GERRIT || true set | grep ^MACHINE || true #fi +git config --global user.email "jenkins-dontreply@build.automotivelinux.org" +git config --global user.name "jenkins @ build.automotivelinux.org" \ No newline at end of file