Skip to content

Console Output

12:37:43 The recommended git tool is: git
12:37:45 using credential docker-jenkins-github-credentials
12:37:45 Cloning the remote Git repository
12:37:45 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-727 # timeout=10
12:37:46 Fetching without tags
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/727/head:refs/remotes/origin/PR-727 +refs/heads/master:refs/remotes/origin/master # 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/727/head:refs/remotes/origin/PR-727 # 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/727/head:refs/remotes/origin/PR-727 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:37:46 Merging remotes/origin/master commit 870786d287eba28630feeb7b1f012c9fc70a39ff into PR head commit bcec47d0dc6586a965904b27af5a5c8edfa09725
12:37:46 Merge succeeded, producing bcec47d0dc6586a965904b27af5a5c8edfa09725
12:37:46 Checking out Revision bcec47d0dc6586a965904b27af5a5c8edfa09725 (PR-727)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bcec47d0dc6586a965904b27af5a5c8edfa09725 # 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 870786d287eba28630feeb7b1f012c9fc70a39ff # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bcec47d0dc6586a965904b27af5a5c8edfa09725 # timeout=10
12:37:50 Commit message: "deb: remove Ubuntu 21.10 "impish" as it's EOL"