Console Output
13:42:11 The recommended git tool is: git
13:42:13 using credential docker-jenkins-github-credentials
13:42:13 Cloning the remote Git repository
13:42:13 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
13:42:15 Avoid second fetch
13:42:15 Checking out Revision 7a2ec959518a168d87476ccf544ee9e6a0368da3 (master)
> 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 7a2ec959518a168d87476ccf544ee9e6a0368da3 # timeout=10
13:42:19 Commit message: "Merge pull request #2801 from feliperuhland/fix-low-level-containers-example"
> git rev-list --no-walk 0892fcfc12c6c83a10fd23e08c39464784f50632 # timeout=10