Skip to content

Console Output

08:36:20 The recommended git tool is: git
08:36:23 using credential docker-jenkins-github-credentials
08:36:23 Cloning the remote Git repository
08:36:23 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-653 # 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/653/head:refs/remotes/origin/PR-653 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
08:36:25 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/653/head:refs/remotes/origin/PR-653 # 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/653/head:refs/remotes/origin/PR-653 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
08:36:25 Merging remotes/origin/20.10 commit 27409985e87adcd182b5ce51762525efff810f8d into PR head commit d5b73301a9c6f9c26b7f68090c43b51383afdfce
08:36:25 Merge succeeded, producing 371ba85c0b12c0978aef23c35b016b37e9211ff8
08:36:25 Checking out Revision 371ba85c0b12c0978aef23c35b016b37e9211ff8 (PR-653)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d5b73301a9c6f9c26b7f68090c43b51383afdfce # 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 27409985e87adcd182b5ce51762525efff810f8d # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 371ba85c0b12c0978aef23c35b016b37e9211ff8 # timeout=10
08:36:29 Commit message: "Merge commit '27409985e87adcd182b5ce51762525efff810f8d' into HEAD"