Skip to content

Console Output

05:24:39 The recommended git tool is: git
05:24:46 using credential docker-jenkins-github-credentials
05:24:46 Cloning the remote Git repository
05:24:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
05:24:48 Fetching without tags
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-801 # 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/801/head:refs/remotes/origin/PR-801 +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/801/head:refs/remotes/origin/PR-801 # 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/801/head:refs/remotes/origin/PR-801 +refs/heads/master:refs/remotes/origin/master # timeout=10
05:24:48 Merging remotes/origin/master commit ff110508ffce04a9246ef52af4e7a458422e941a into PR head commit eb4a75a68c92a1d804426af017ebd840b3b3b54a
05:24:48 Merge succeeded, producing eb4a75a68c92a1d804426af017ebd840b3b3b54a
05:24:48 Checking out Revision eb4a75a68c92a1d804426af017ebd840b3b3b54a (PR-801)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb4a75a68c92a1d804426af017ebd840b3b3b54a # 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 ff110508ffce04a9246ef52af4e7a458422e941a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb4a75a68c92a1d804426af017ebd840b3b3b54a # timeout=10
05:24:53 Commit message: "fixes"