SuccessConsole Output

using credential github-api
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/SANSA-Stack/SANSA-Stack.git
 > git init /usr/share/tomcat8/.jenkins/jobs/SANSA-Stack/branches/develop/workspace # timeout=10
Fetching upstream changes from https://github.com/SANSA-Stack/SANSA-Stack.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/SANSA-Stack/SANSA-Stack.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/SANSA-Stack/SANSA-Stack.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/develop:refs/remotes/origin/develop # timeout=10
 > git config remote.origin.url https://github.com/SANSA-Stack/SANSA-Stack.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/SANSA-Stack/SANSA-Stack.git
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --progress -- https://github.com/SANSA-Stack/SANSA-Stack.git +refs/heads/develop:refs/remotes/origin/develop # timeout=10
Checking out Revision 3f1a2d63cc78c702b47c3c263da57b4fd96a62b1 (develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3f1a2d63cc78c702b47c3c263da57b4fd96a62b1 # timeout=10
Commit message: "Fixed a broken test case by switching to RDFDataMgrEx.readAsGiven that leaves relative IRIs of the test data untouched."
 > git rev-list --no-walk 9b6ac7ccbc4bfb986e06bbf449904bf084031e60 # timeout=10