Skip to content

Console Output

12:31:20 using credential docker-jenkins-github-credentials
12:31:20 Cloning the remote Git repository
12:31:20 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-2511 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2511/head:refs/remotes/origin/PR-2511 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:31:22 Fetching without tags
12:31:22 Merging remotes/origin/master commit 800222268a79d62a0a63411278cca736e61bc191 into PR head commit 433264d04b56ef234998be9ec33745d087d3caba
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2511/head:refs/remotes/origin/PR-2511 # 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/2511/head:refs/remotes/origin/PR-2511 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
12:31:22 Merge succeeded, producing 433264d04b56ef234998be9ec33745d087d3caba
12:31:22 Checking out Revision 433264d04b56ef234998be9ec33745d087d3caba (PR-2511)
 > git checkout -f 433264d04b56ef234998be9ec33745d087d3caba # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 800222268a79d62a0a63411278cca736e61bc191 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 433264d04b56ef234998be9ec33745d087d3caba # timeout=10
12:31:26 Commit message: "Correct comments on ports_binding and host mode as network_mode"