Skip to content

Console Output

using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2551 # 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/2551/head:refs/remotes/origin/PR-2551 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 590f3271ef098f1e11dfbd84d8596b7bf1561c36 into PR head commit ccd9d633bb7a4fe7271f2c9e7f83dc66b2d994e9
Merge succeeded, producing ccd9d633bb7a4fe7271f2c9e7f83dc66b2d994e9
Checking out Revision ccd9d633bb7a4fe7271f2c9e7f83dc66b2d994e9 (PR-2551)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2551/head:refs/remotes/origin/PR-2551 # 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/2551/head:refs/remotes/origin/PR-2551 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ccd9d633bb7a4fe7271f2c9e7f83dc66b2d994e9 # timeout=10
 > git merge 590f3271ef098f1e11dfbd84d8596b7bf1561c36 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ccd9d633bb7a4fe7271f2c9e7f83dc66b2d994e9 # timeout=10
Commit message: "Set platform on container create API."
First time build. Skipping changelog.
 > git rev-list --no-walk 14139d7e61b05d6f5b3e3027ec337470bf89db3d # timeout=10