Skip to content

Console Output

07:03:40 The recommended git tool is: git
07:03:46 using credential docker-jenkins-github-credentials
07:03:46 Cloning the remote Git repository
07:03:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-733 # timeout=10
07:03:48 Fetching without tags
07:03:48 Merging remotes/origin/master commit 595a8016fdd27c606e3d20eb356b5cc1b57ae828 into PR head commit 517eba993262bfc1c016c49f146b64e90a1eb7be
07:03:48 Merge succeeded, producing 0b3e5021065ca463a2df4112757da1935db593f4
07:03:48 Checking out Revision 0b3e5021065ca463a2df4112757da1935db593f4 (PR-733)
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/733/head:refs/remotes/origin/PR-733 +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/733/head:refs/remotes/origin/PR-733 # 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/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 517eba993262bfc1c016c49f146b64e90a1eb7be # 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 595a8016fdd27c606e3d20eb356b5cc1b57ae828 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b3e5021065ca463a2df4112757da1935db593f4 # timeout=10
07:03:53 Commit message: "Merge commit '595a8016fdd27c606e3d20eb356b5cc1b57ae828' into HEAD"