Skip to content

Console Output

09:46:28 The recommended git tool is: git
09:46:32 using credential docker-jenkins-github-credentials
09:46:32 Cloning the remote Git repository
09:46:32 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:33 Fetching without tags
09:46:33 Merging remotes/origin/master commit 0beb78cd5dde9cce76619d645fd0fb8e002ca840 into PR head commit f9ac2f67a22f865769a4e74070580276b229ae70
09:46:33 Merge succeeded, producing 3168c99ec38e804cd053d5489f58272183a5caeb
09:46:33 Checking out Revision 3168c99ec38e804cd053d5489f58272183a5caeb (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 3168c99ec38e804cd053d5489f58272183a5caeb # timeout=10
09:46:37 Commit message: "Merge commit '0beb78cd5dde9cce76619d645fd0fb8e002ca840' into HEAD"