Skip to content

Console Output

08:50:19 The recommended git tool is: git
08:50:24 using credential docker-jenkins-github-credentials
08:50:24 Cloning the remote Git repository
08:50:24 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-815 # 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/815/head:refs/remotes/origin/PR-815 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:50:26 Fetching without tags
08:50:26 Merging remotes/origin/master commit e9ca9259209d89cecb47efa0c65a6ef20766a03a into PR head commit 07134d053d85e357e1e6e363a36adaf9cfcc0c6f
08:50:27 Merge succeeded, producing 07134d053d85e357e1e6e363a36adaf9cfcc0c6f
08:50:27 Checking out Revision 07134d053d85e357e1e6e363a36adaf9cfcc0c6f (PR-815)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/815/head:refs/remotes/origin/PR-815 # 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 --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/815/head:refs/remotes/origin/PR-815 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07134d053d85e357e1e6e363a36adaf9cfcc0c6f # 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 e9ca9259209d89cecb47efa0c65a6ef20766a03a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07134d053d85e357e1e6e363a36adaf9cfcc0c6f # timeout=10
08:50:31 Commit message: "update to go1.19.5"