Skip to content

Console Output

09:10:30 using credential docker-jenkins-github-credentials
09:10:30 Cloning the remote Git repository
09:10:30 Cloning with configured refspecs honoured and without tags
09:10:31 Fetching without tags
09:10:31 Merging remotes/origin/master commit 2c522fb362247a692c0493f0b47a33988eb2f3e3 into PR head commit aff023b716f717f45b07222a4720c34c25e66b17
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2646 # 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/2646/head:refs/remotes/origin/PR-2646 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2646/head:refs/remotes/origin/PR-2646 # 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/2646/head:refs/remotes/origin/PR-2646 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aff023b716f717f45b07222a4720c34c25e66b17 # timeout=10
09:10:31 Merge succeeded, producing aff023b716f717f45b07222a4720c34c25e66b17
09:10:31 Checking out Revision aff023b716f717f45b07222a4720c34c25e66b17 (PR-2646)
09:10:31 Commit message: "Update default API version to 1.39 in docs"
 > git merge 2c522fb362247a692c0493f0b47a33988eb2f3e3 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aff023b716f717f45b07222a4720c34c25e66b17 # timeout=10