Skip to content

Console Output

09:24:59 The recommended git tool is: git
09:25:09 using credential docker-jenkins-github-credentials
09:25:09 Cloning the remote Git repository
09:25:09 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-792 # 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/792/head:refs/remotes/origin/PR-792 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:25:11 Fetching without tags
09:25:12 Merging remotes/origin/20.10 commit 7ff474615db18cc6282f4039bde2e7ce00430c9e into PR head commit 94326ee539139f2d78d5ad15728f47f67849d1b9
09:25:12 Merge succeeded, producing 94326ee539139f2d78d5ad15728f47f67849d1b9
09:25:12 Checking out Revision 94326ee539139f2d78d5ad15728f47f67849d1b9 (PR-792)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/792/head:refs/remotes/origin/PR-792 # 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/792/head:refs/remotes/origin/PR-792 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94326ee539139f2d78d5ad15728f47f67849d1b9 # 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 7ff474615db18cc6282f4039bde2e7ce00430c9e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94326ee539139f2d78d5ad15728f47f67849d1b9 # timeout=10
09:25:17 Commit message: "[20.10] update to go1.18.9"