Skip to content

Console Output

21:02:13 The recommended git tool is: git
21:02:18 using credential docker-jenkins-github-credentials
21:02:18 Cloning the remote Git repository
21:02:18 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-769 # 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/769/head:refs/remotes/origin/PR-769 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
21:02:20 Fetching without tags
21:02:20 Merging remotes/origin/20.10 commit f14f053b5c84843f81370f78da9d604608c3706e into PR head commit fad7a1407f67327d3c3a5d9a2df51b5b88a2355d
21:02:20 Merge succeeded, producing fad7a1407f67327d3c3a5d9a2df51b5b88a2355d
21:02:20 Checking out Revision fad7a1407f67327d3c3a5d9a2df51b5b88a2355d (PR-769)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/769/head:refs/remotes/origin/PR-769 # 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/769/head:refs/remotes/origin/PR-769 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fad7a1407f67327d3c3a5d9a2df51b5b88a2355d # 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 f14f053b5c84843f81370f78da9d604608c3706e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fad7a1407f67327d3c3a5d9a2df51b5b88a2355d # timeout=10
21:02:24 Commit message: "[20.10] Update go 1.18.7, addresses CVE-2022-2879, CVE-2022-2880, CVE-2022-41715"