Console Output
14:43:24 using credential docker-jenkins-github-credentials
14:43:24 Cloning the remote Git repository
14:43:24 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.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
> git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
14:43:26 Fetching without tags
14:43:26 Checking out Revision f1af005eca8760d332a8a25168c53ac7f8748a26 (master)
14:43:26 Commit message: "Merge pull request #2707 from aiordache/after_release"
> 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 remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
> git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f1af005eca8760d332a8a25168c53ac7f8748a26 # timeout=10
> git rev-list --no-walk ab0d65e2e0f09d47886b79f874e344da9a523286 # timeout=10