Skip to content

Console Output

18:46:01 The recommended git tool is: git
18:46:04 using credential docker-jenkins-github-credentials
18:46:04 Cloning the remote Git repository
18:46:04 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-701 # 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/701/head:refs/remotes/origin/PR-701 +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/701/head:refs/remotes/origin/PR-701 # 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
18:46:05 Fetching without tags
18:46:05 Merging remotes/origin/master commit ab19b1cc134a302d86dd88f970d17eedd80b58ec into PR head commit f8299f20216a4e2def617f7d3605eab1d68132ee
18:46:05 Merge succeeded, producing f8299f20216a4e2def617f7d3605eab1d68132ee
18:46:05 Checking out Revision f8299f20216a4e2def617f7d3605eab1d68132ee (PR-701)
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/701/head:refs/remotes/origin/PR-701 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f8299f20216a4e2def617f7d3605eab1d68132ee # 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 ab19b1cc134a302d86dd88f970d17eedd80b58ec # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f8299f20216a4e2def617f7d3605eab1d68132ee # timeout=10
18:46:09 Commit message: "deb: fix version to allow for distro upgrades"