Skip to content

Console Output

16:43:26 using credential docker-jenkins-github-credentials
16:43:26 Cloning the remote Git repository
16:43:26 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-2456 # 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/2456/head:refs/remotes/origin/PR-2456 +refs/heads/master:refs/remotes/origin/master
16:43:28 Fetching without tags
16:43:28 Merging remotes/origin/master commit 1d8aa3019ec3299e1f76d2d92cd86790061fe96c into PR head commit f064e4613e12084fb1cf4eea51421d48b74a70e5
16:43:28 Merge succeeded, producing f064e4613e12084fb1cf4eea51421d48b74a70e5
16:43:28 Checking out Revision f064e4613e12084fb1cf4eea51421d48b74a70e5 (PR-2456)
16:43:28 Commit message: "Add empheral dockerfile handling"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2456/head:refs/remotes/origin/PR-2456 # 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/2456/head:refs/remotes/origin/PR-2456 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f064e4613e12084fb1cf4eea51421d48b74a70e5
 > git merge 1d8aa3019ec3299e1f76d2d92cd86790061fe96c # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f064e4613e12084fb1cf4eea51421d48b74a70e5