aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/common/include-agl-header.sh7
1 files changed, 6 insertions, 1 deletions
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