From ea13f287f8e4256cada40dced41a30f345e81e26 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 17 Mar 2017 22:31:13 +0100 Subject: Debug issue on git config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie118beac98486f12ba5ff7601bd32ff3f0fe07d2 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 0a10c1ad..f3287e94 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -138,5 +138,10 @@ set | grep ^GERRIT || true set | grep ^MACHINE || true #fi +set -x + 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 +sleep 1 +git config --global user.name "jenkins-dontreply@build.automotivelinux.org" + +set +x -- cgit 1.2.3-korg