diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-17 21:31:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-03-17 21:31:59 +0000 |
commit | 96843383f0ced38cef6ff425e626e95c68090f0c (patch) | |
tree | 93a587dd4ac4a1580ff2062fd165558280911fa0 | |
parent | 7721ad800c34974bb3b17af7ee6011bc674eacd9 (diff) | |
parent | ea13f287f8e4256cada40dced41a30f345e81e26 (diff) |
Merge "Debug issue on git config"
-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 |