Skip to content

Console Output

09:34:10 using credential docker-jenkins-github-credentials
09:34:10 Cloning the remote Git repository
09:34: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-2551 # 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/2551/head:refs/remotes/origin/PR-2551 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:34:13 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/2551/head:refs/remotes/origin/PR-2551 # 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/2551/head:refs/remotes/origin/PR-2551 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:34:13 Merging remotes/origin/master commit 9a24df5cdd03c679dc929735e4766e19ff1c2bdb into PR head commit df7bf5f5e0a5baafbbf5b88638c09abfd288f686
09:34:13 Merge succeeded, producing df7bf5f5e0a5baafbbf5b88638c09abfd288f686
09:34:13 Checking out Revision df7bf5f5e0a5baafbbf5b88638c09abfd288f686 (PR-2551)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df7bf5f5e0a5baafbbf5b88638c09abfd288f686 # timeout=10
 > git merge 9a24df5cdd03c679dc929735e4766e19ff1c2bdb # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df7bf5f5e0a5baafbbf5b88638c09abfd288f686 # timeout=10
09:34:17 Commit message: "Add support for DriverOpts in EndpointConfig"