Console Output
22:06:46 The recommended git tool is: git
22:06:46 using credential docker-jenkins-github-credentials
22:06:46 Cloning the remote Git repository
22:06:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
> git init /home/ubuntu/workspace/docker-py_master # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
> git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
22:06:47 Avoid second fetch
22:06:47 Checking out Revision 7779b84e87bea3bac3a32b3ec1511bc1bfaa44f1 (master)
22:06:47 Commit message: "Merge pull request #2809 from feliperuhland/add-service-capability"
> git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7779b84e87bea3bac3a32b3ec1511bc1bfaa44f1 # timeout=10