Add enforced git config user.email and user.name 03/8703/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 9 Mar 2017 14:24:51 +0000 (15:24 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 9 Mar 2017 14:24:51 +0000 (15:24 +0100)
Change-Id: I0190d205abd7e1e9c169c451c90f413aa10aadbe
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-header.sh

index e6ca163..0a10c1a 100644 (file)
@@ -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