Skip to content

Console Output

08:36:05 The recommended git tool is: git
08:36:08 using credential docker-jenkins-github-credentials
08:36:08 Cloning the remote Git repository
08:36:08 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
08:36:10 Fetching without tags
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --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
 > 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
08:36:10 Merging remotes/origin/20.10 commit 27409985e87adcd182b5ce51762525efff810f8d into PR head commit d5b73301a9c6f9c26b7f68090c43b51383afdfce
08:36:10 Merge succeeded, producing 691854317a5c9169be4dcb9d248ac3967a7fb623
08:36:10 Checking out Revision 691854317a5c9169be4dcb9d248ac3967a7fb623 (PR-653)
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 --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
 > 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 691854317a5c9169be4dcb9d248ac3967a7fb623 # timeout=10
08:36:14 Commit message: "Merge commit '27409985e87adcd182b5ce51762525efff810f8d' into HEAD"