From: Jan-Simon Möller Date: Fri, 17 Mar 2017 21:31:13 +0000 (+0100) Subject: Debug issue on git config X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F8841%2F1;p=ci-management.git Debug issue on git config Change-Id: Ie118beac98486f12ba5ff7601bd32ff3f0fe07d2 Signed-off-by: Jan-Simon Möller --- 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