Skip to content

Console Output

21:26:25 The recommended git tool is: git
21:26:29 using credential docker-jenkins-github-credentials
21:26:29 Cloning the remote Git repository
21:26:29 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-914 # 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/914/head:refs/remotes/origin/PR-914 +refs/heads/master:refs/remotes/origin/master # timeout=10
21:26:31 Fetching without tags
21:26:31 Merging remotes/origin/master commit fc2bbace11d9d5a70699f1972960c4764b84205a into PR head commit 5c01d5bccecda7fa8dae81d1b32423f46cf73e66
21:26:31 Merge succeeded, producing 5c01d5bccecda7fa8dae81d1b32423f46cf73e66
21:26:31 Checking out Revision 5c01d5bccecda7fa8dae81d1b32423f46cf73e66 (PR-914)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/914/head:refs/remotes/origin/PR-914 # 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
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/914/head:refs/remotes/origin/PR-914 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c01d5bccecda7fa8dae81d1b32423f46cf73e66 # 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 fc2bbace11d9d5a70699f1972960c4764b84205a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5c01d5bccecda7fa8dae81d1b32423f46cf73e66 # timeout=10
21:26:35 Commit message: "Update "deb" packaging to use "dh_installsystemd""