Skip to content

Console Output

00:58:53 The recommended git tool is: git
00:59:05 using credential docker-jenkins-github-credentials
00:59:05 Cloning the remote Git repository
00:59:05 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
00:59:09 Fetching without tags
00:59:09 Merging remotes/origin/24.0 commit 0a7fbee1fcc7eec29cb0b35299af2a37a8877b8e into PR head commit 58fed153de893dd66d06d156cea23f9f14de3974
00:59:09 Merge succeeded, producing 58fed153de893dd66d06d156cea23f9f14de3974
00:59:09 Checking out Revision 58fed153de893dd66d06d156cea23f9f14de3974 (PR-973)
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-973 # 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/973/head:refs/remotes/origin/PR-973 +refs/heads/24.0:refs/remotes/origin/24.0 # 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/973/head:refs/remotes/origin/PR-973 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/24.0:refs/remotes/origin/24.0 # 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/973/head:refs/remotes/origin/PR-973 +refs/heads/24.0:refs/remotes/origin/24.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58fed153de893dd66d06d156cea23f9f14de3974 # 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 0a7fbee1fcc7eec29cb0b35299af2a37a8877b8e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58fed153de893dd66d06d156cea23f9f14de3974 # timeout=10
00:59:17 Commit message: "update to go1.20.12"