Skip to content

Console Output

19:08:19 The recommended git tool is: git
19:08:25 using credential docker-jenkins-github-credentials
19:08:25 Cloning the remote Git repository
19:08:25 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
19:08:26 Fetching without tags
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-808 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/808/head:refs/remotes/origin/PR-808 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/808/head:refs/remotes/origin/PR-808 # 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-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/808/head:refs/remotes/origin/PR-808 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:08:26 Merging remotes/origin/master commit d7cbbb0eed7cc7de10b64eaf6f3b260633f18d44 into PR head commit ce65913192b01ae9c2bea728e3f37de2fe8f9609
19:08:27 Merge succeeded, producing 95cfc37cfa504820aea94a46776958bc7a4b4b83
19:08:27 Checking out Revision 95cfc37cfa504820aea94a46776958bc7a4b4b83 (PR-808)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ce65913192b01ae9c2bea728e3f37de2fe8f9609 # 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 d7cbbb0eed7cc7de10b64eaf6f3b260633f18d44 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 95cfc37cfa504820aea94a46776958bc7a4b4b83 # timeout=10
19:08:31 Commit message: "Merge commit 'd7cbbb0eed7cc7de10b64eaf6f3b260633f18d44' into HEAD"