From 21eaa51b21d7991526c02523af00be3bbde49702 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Thu, 9 Mar 2017 15:24:51 +0100 Subject: [PATCH] Add enforced git config user.email and user.name MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I0190d205abd7e1e9c169c451c90f413aa10aadbe Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.16.6