Skip to content

Console Output

21:12:10 using credential docker-jenkins-github-credentials
21:12:10 Cloning the remote Git repository
21:12:10 Cloning with configured refspecs honoured and without tags
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
21:12:11 Fetching without tags
21:12:12 Merging remotes/origin/master commit 030af62dca982e62ed418314c857da1f90ce4282 into PR head commit 5634e188e9faeefad30f5fc1a65a2c5d78a37ba9
 > 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 5634e188e9faeefad30f5fc1a65a2c5d78a37ba9