diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-17 22:31:13 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-17 22:31:13 +0100 |
commit | ea13f287f8e4256cada40dced41a30f345e81e26 (patch) | |
tree | aea29a82ce290c1e523ca0c27e1bbd95cc3d61ab /jjb/common/include-agl-header.sh | |
parent | 5857d24f43095c35bd3d1c3550be2ad36f8e9ca2 (diff) |
Debug issue on git config
Change-Id: Ie118beac98486f12ba5ff7601bd32ff3f0fe07d2
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-header.sh')
-rw-r--r-- | jjb/common/include-agl-header.sh | 7 |
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 |