Skip to content

Console Output

21:52:37 using credential docker-jenkins-github-credentials
21:52:37 Cloning the remote Git repository
21:52:37 Cloning with configured refspecs honoured and without tags
21:52:38 Fetching without tags
21:52:38 Merging remotes/origin/master commit 030af62dca982e62ed418314c857da1f90ce4282 into PR head commit 51fd6dd1ced0b16486ca66a52baf64515e63131f
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2520 # 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/pull/2520/head:refs/remotes/origin/PR-2520 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2520/head:refs/remotes/origin/PR-2520 # 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/pull/2520/head:refs/remotes/origin/PR-2520 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51fd6dd1ced0b16486ca66a52baf64515e63131f
21:52:39 Merge succeeded, producing 51fd6dd1ced0b16486ca66a52baf64515e63131f
21:52:39 Checking out Revision 51fd6dd1ced0b16486ca66a52baf64515e63131f (PR-2520)
21:52:39 Commit message: "Disable compression by default when using get_archive method"
 > git merge 030af62dca982e62ed418314c857da1f90ce4282 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 51fd6dd1ced0b16486ca66a52baf64515e63131f