Console Output
21:22:41 The recommended git tool is: git
21:22:43 using credential docker-jenkins-github-credentials
21:22:43 Cloning the remote Git repository
21:22:43 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
21:22:45 Avoid second fetch
21:22:45 Checking out Revision b8258679b3e4c56312a9f5e364031e365b69ca8f (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 b8258679b3e4c56312a9f5e364031e365b69ca8f # timeout=10
21:22:49 Commit message: "Merge pull request #2888 from aiordache/changelog_5.0.2"