Skip to content

Console Output

23:16:44 The recommended git tool is: git
23:16:46 using credential docker-jenkins-github-credentials
23:16:46 Cloning the remote Git repository
23:16:46 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-825 # timeout=10
23:16:47 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/825/head:refs/remotes/origin/PR-825 +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/825/head:refs/remotes/origin/PR-825 # 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 --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/825/head:refs/remotes/origin/PR-825 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
23:16:48 Merging remotes/origin/20.10 commit ae6429be5fb0f3ca483e12933da1f169fa53f029 into PR head commit e69b795221d6963177e283becdb9a04694b0ec61
23:16:48 Merge succeeded, producing e69b795221d6963177e283becdb9a04694b0ec61
23:16:48 Checking out Revision e69b795221d6963177e283becdb9a04694b0ec61 (PR-825)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e69b795221d6963177e283becdb9a04694b0ec61 # 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 ae6429be5fb0f3ca483e12933da1f169fa53f029 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e69b795221d6963177e283becdb9a04694b0ec61 # timeout=10
23:16:52 Commit message: "deb: compose: fix hyphen instead of tilde"