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/fire_tuning_test/clubb # 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 2594526d16b723e717f37aae284d9ee6e730f7a6 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2594526d16b723e717f37aae284d9ee6e730f7a6 # timeout=10
Commit message: "Added Jenkinsfile for check_budget_balance"
> git rev-list --no-walk d4ed3793f9f64d778edff72a25f52fa5916cff4c # timeout=10