Skip to content

Console Output

21:05:52 The recommended git tool is: git
21:06:00 using credential docker-jenkins-github-credentials
21:06:00 Cloning the remote Git repository
21:06:00 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-878 # 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/878/head:refs/remotes/origin/PR-878 +refs/heads/23.0:refs/remotes/origin/23.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/878/head:refs/remotes/origin/PR-878 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
21:06:03 Fetching without tags
21:06:03 Merging remotes/origin/23.0 commit fbc3639785dc5eec430998bad6bdc795c8564b57 into PR head commit 9fcfa8a7ed7ab331d9ebbd6dfad47fd34129d0b3
21:06:03 Merge succeeded, producing 9fcfa8a7ed7ab331d9ebbd6dfad47fd34129d0b3
21:06:03 Checking out Revision 9fcfa8a7ed7ab331d9ebbd6dfad47fd34129d0b3 (PR-878)
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/878/head:refs/remotes/origin/PR-878 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fcfa8a7ed7ab331d9ebbd6dfad47fd34129d0b3 # 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 fbc3639785dc5eec430998bad6bdc795c8564b57 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9fcfa8a7ed7ab331d9ebbd6dfad47fd34129d0b3 # timeout=10
21:06:10 Commit message: "[23.0] update go to go1.19.8"