Console Output
17:35:20 using credential docker-jenkins-github-credentials
17:35:20 Cloning the remote Git repository
17:35:20 Cloning with configured refspecs honoured and without tags
17:35:21 Fetching 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
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 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
17:35:21 Checking out Revision 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd (master)
17:35:21 Commit message: "Merge pull request #2638 from aiordache/release"
> git config core.sparsecheckout # timeout=10
> git checkout -f 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd # timeout=10
> git rev-list --no-walk b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 # timeout=10