Skip to content

Console Output

09:50:49 The recommended git tool is: git
09:50:52 using credential docker-jenkins-github-credentials
09:50:52 Cloning the remote Git repository
09:50:52 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-683 # timeout=10
09:50:54 Fetching without tags
09:50:54 Merging remotes/origin/master commit 081f3b196e1002809b166c8fc20798a973f6e223 into PR head commit 669f0a209480a850bab4599d3311abcfeb4e3aef
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/683/head:refs/remotes/origin/PR-683 +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/683/head:refs/remotes/origin/PR-683 # 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/683/head:refs/remotes/origin/PR-683 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
09:50:54 Merge succeeded, producing 669f0a209480a850bab4599d3311abcfeb4e3aef
09:50:54 Checking out Revision 669f0a209480a850bab4599d3311abcfeb4e3aef (PR-683)
 > git checkout -f 669f0a209480a850bab4599d3311abcfeb4e3aef # 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 081f3b196e1002809b166c8fc20798a973f6e223 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 669f0a209480a850bab4599d3311abcfeb4e3aef # timeout=10
09:50:58 Commit message: "set minimum containerd.io version to v1.6.4"