Try to fix:
+ git config --global user.email jenkins-dontreply@build.automotivelinux.org
error: could not lock config file /home/jenkins/.gitconfig: File exists
Build step 'Execute shell' marked build as failure
Change-Id: Ifc31056d872564e1a700a9ab9e572a6d07549ced
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
set -x
+rm -rf ~/.gitconfig || true
+
git config --global user.email "jenkins-dontreply@build.automotivelinux.org"
sleep 1
git config --global user.name "jenkins-dontreply@build.automotivelinux.org"