diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-09 15:24:51 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-09 15:24:51 +0100 |
commit | 21eaa51b21d7991526c02523af00be3bbde49702 (patch) | |
tree | a6fe0f8ee3d09d08ac8a545c9b398e510f1c1177 /jjb | |
parent | 015efa7d10ac488730001eccfa43db64f97e6cd1 (diff) |
Add enforced git config user.email and user.name
Change-Id: I0190d205abd7e1e9c169c451c90f413aa10aadbe
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |