Skip to content

Console Output

07:03:51 The recommended git tool is: git
07:03:54 using credential docker-jenkins-github-credentials
07:03:54 Cloning the remote Git repository
07:03:54 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
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.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-ce-packaging.git +refs/pull/733/head:refs/remotes/origin/PR-733 +refs/heads/master:refs/remotes/origin/master # timeout=10
07:03:56 Fetching without tags
07:03:56 Merging remotes/origin/master commit 595a8016fdd27c606e3d20eb356b5cc1b57ae828 into PR head commit 517eba993262bfc1c016c49f146b64e90a1eb7be
07:03:56 Merge succeeded, producing d7c0136c217a33e3d465da7aef0ebf5d16b57731
07:03:56 Checking out Revision d7c0136c217a33e3d465da7aef0ebf5d16b57731 (PR-733)
 > 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 --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 d7c0136c217a33e3d465da7aef0ebf5d16b57731 # timeout=10
07:04:00 Commit message: "Merge commit '595a8016fdd27c606e3d20eb356b5cc1b57ae828' into HEAD"