Console Output
The recommended git tool is: git
Cloning the remote Git repository
Cloning repository https://github.com/pbroels/clubb.git
> git init /home/jenkins/workspace/error_test # timeout=10
Fetching upstream changes from https://github.com/pbroels/clubb.git
> git --version # timeout=10
> git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials Used by pbroels to test configurations
> git fetch --tags --progress https://github.com/pbroels/clubb.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/pbroels/clubb.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 04bab47e3d41477cd3b5d0db0fcdae2a9c572014 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 04bab47e3d41477cd3b5d0db0fcdae2a9c572014 # timeout=10
Commit message: "Changed Jenkinsfile to execute script in 'run_scripts' directory"
> git rev-list --no-walk 90cc4741772925301939d75a93afaba34ef018f0 # timeout=10