Skip to content

Console Output

09:46:29 The recommended git tool is: git
09:46:33 using credential docker-jenkins-github-credentials
09:46:33 Cloning the remote Git repository
09:46:33 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-686 # 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/686/head:refs/remotes/origin/PR-686 +refs/heads/master:refs/remotes/origin/master # timeout=10
09:46:34 Fetching without tags
09:46:34 Merging remotes/origin/master commit 0beb78cd5dde9cce76619d645fd0fb8e002ca840 into PR head commit f9ac2f67a22f865769a4e74070580276b229ae70
09:46:34 Merge succeeded, producing 8ad2bf4c98baa295999ec9f4fcd2a7167a6626f3
09:46:34 Checking out Revision 8ad2bf4c98baa295999ec9f4fcd2a7167a6626f3 (PR-686)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/686/head:refs/remotes/origin/PR-686 # 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/686/head:refs/remotes/origin/PR-686 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f9ac2f67a22f865769a4e74070580276b229ae70 # 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 0beb78cd5dde9cce76619d645fd0fb8e002ca840 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ad2bf4c98baa295999ec9f4fcd2a7167a6626f3 # timeout=10
09:46:38 Commit message: "Merge commit '0beb78cd5dde9cce76619d645fd0fb8e002ca840' into HEAD"