Skip to content

Console Output

15:23:33 The recommended git tool is: git
15:23:37 using credential docker-jenkins-github-credentials
15:23:37 Cloning the remote Git repository
15:23:37 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-739 # 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/739/head:refs/remotes/origin/PR-739 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:23:39 Fetching without tags
15:23:39 Merging remotes/origin/20.10 commit 64769a4056f24a7222f7d76fb4f5c2c71f5c0512 into PR head commit 4f60fa4f07f2e0ba895aa00c18bf4e1b1e7854d9
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/739/head:refs/remotes/origin/PR-739 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/739/head:refs/remotes/origin/PR-739 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f60fa4f07f2e0ba895aa00c18bf4e1b1e7854d9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:39 Merge succeeded, producing 4f60fa4f07f2e0ba895aa00c18bf4e1b1e7854d9
15:23:39 Checking out Revision 4f60fa4f07f2e0ba895aa00c18bf4e1b1e7854d9 (PR-739)
 > git merge 64769a4056f24a7222f7d76fb4f5c2c71f5c0512 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f60fa4f07f2e0ba895aa00c18bf4e1b1e7854d9 # timeout=10
15:23:43 Commit message: "[20.10] update buildx to v0.9.1"