Skip to content

Console Output

20:25:47 using credential docker-jenkins-github-credentials
20:25:47 Cloning the remote Git repository
20:25:47 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2367 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2367/head:refs/remotes/origin/PR-2367 +refs/heads/master:refs/remotes/origin/master
20:25:50 Fetching without tags
20:25:50 Merging remotes/origin/master commit 755074e9705b004ae865bcedbb3f12d999d74f63 into PR head commit b1fd38fa77b04f0ec1b6df6c2d567c9b389c34f3
20:25:51 Merge succeeded, producing bc74548b595e2a1742b9527de5274ddafac488bc
20:25:51 Checking out Revision bc74548b595e2a1742b9527de5274ddafac488bc (PR-2367)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2367/head:refs/remotes/origin/PR-2367 # 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/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2367/head:refs/remotes/origin/PR-2367 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1fd38fa77b04f0ec1b6df6c2d567c9b389c34f3
 > git merge 755074e9705b004ae865bcedbb3f12d999d74f63 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bc74548b595e2a1742b9527de5274ddafac488bc
20:25:53 Commit message: "Merge commit '755074e9705b004ae865bcedbb3f12d999d74f63' into HEAD"
 > git rev-list --no-walk b1fd38fa77b04f0ec1b6df6c2d567c9b389c34f3 # timeout=10