Skip to content

Console Output

02:11:19 using credential docker-jenkins-github-credentials
02:11:19 Cloning the remote Git repository
02:11:19 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-2489 # 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/2489/head:refs/remotes/origin/PR-2489 +refs/heads/master:refs/remotes/origin/master
02:11:21 Fetching without tags
02:11:22 Merging remotes/origin/master commit f2e09ae63287dd812ceaf936513ccf836392fab1 into PR head commit d0d1e2b87cdc614f786d5abbac755ef0b5c16304
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2489/head:refs/remotes/origin/PR-2489 # 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/2489/head:refs/remotes/origin/PR-2489 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d0d1e2b87cdc614f786d5abbac755ef0b5c16304
 > git merge f2e09ae63287dd812ceaf936513ccf836392fab1 # timeout=10
02:11:22 Merge succeeded, producing 2dba6020804d1805c5a2573d6a57b1076fcd9544
02:11:22 Checking out Revision 2dba6020804d1805c5a2573d6a57b1076fcd9544 (PR-2489)
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2dba6020804d1805c5a2573d6a57b1076fcd9544
02:11:23 Commit message: "Merge commit 'f2e09ae63287dd812ceaf936513ccf836392fab1' into HEAD"