From 21eaa51b21d7991526c02523af00be3bbde49702 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 9 Mar 2017 15:24:51 +0100 Subject: Add enforced git config user.email and user.name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(+) (limited to 'jjb/common/include-agl-header.sh') 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 -- cgit 1.2.3-korg