Skip to content

Console Output

09:46:03 using credential docker-jenkins-github-credentials
09:46:03 Cloning the remote Git repository
09:46:03 Cloning with configured refspecs honoured and without tags
09:46:04 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2452 # 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/2452/head:refs/remotes/origin/PR-2452 +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/2452/head:refs/remotes/origin/PR-2452 # 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/2452/head:refs/remotes/origin/PR-2452 +refs/heads/master:refs/remotes/origin/master
09:46:04 Merging remotes/origin/master commit 1d8aa3019ec3299e1f76d2d92cd86790061fe96c into PR head commit 459aa1c9f5017197deadbc9784afea2f83a0b1b5
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 459aa1c9f5017197deadbc9784afea2f83a0b1b5