Skip to content

Console Output

19:13:26 The recommended git tool is: git
19:13:27 using credential docker-jenkins-github-credentials
19:13:27 Cloning the remote Git repository
19:13:27 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-876 # 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/876/head:refs/remotes/origin/PR-876 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
19:13:28 Fetching without tags
19:13:28 Merging remotes/origin/23.0 commit 6f8a8c613e6b98ebb0098b94daea32d7eea31c02 into PR head commit 830ae09290eaeafcb12dfaef72d2b2a73f270e80
19:13:29 Merge succeeded, producing 830ae09290eaeafcb12dfaef72d2b2a73f270e80
19:13:29 Checking out Revision 830ae09290eaeafcb12dfaef72d2b2a73f270e80 (PR-876)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/876/head:refs/remotes/origin/PR-876 # 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
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/876/head:refs/remotes/origin/PR-876 +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 830ae09290eaeafcb12dfaef72d2b2a73f270e80 # 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 6f8a8c613e6b98ebb0098b94daea32d7eea31c02 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 830ae09290eaeafcb12dfaef72d2b2a73f270e80 # timeout=10
19:13:32 Commit message: "Add Ubuntu 23.04 "Lunar Lobster""