Skip to content

Console Output

08:54:55 using credential docker-jenkins-github-credentials
08:54:55 Cloning the remote Git repository
08:54:55 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-2578 # 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/2578/head:refs/remotes/origin/PR-2578 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:54:56 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2578/head:refs/remotes/origin/PR-2578 # 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/2578/head:refs/remotes/origin/PR-2578 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:54:56 Merging remotes/origin/master commit 71adba9a1d124c293a4c8e64578edef170cbe49c into PR head commit 71339167981b154a595869cb3d634d2c1c07741e
08:54:56 Merge succeeded, producing 71339167981b154a595869cb3d634d2c1c07741e
08:54:56 Checking out Revision 71339167981b154a595869cb3d634d2c1c07741e (PR-2578)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71339167981b154a595869cb3d634d2c1c07741e # timeout=10
 > git merge 71adba9a1d124c293a4c8e64578edef170cbe49c # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 71339167981b154a595869cb3d634d2c1c07741e # timeout=10
08:55:00 Commit message: "add test for context load without orchestrator"