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-2395 # 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/2395/head:refs/remotes/origin/PR-2395 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit d8991089c0d2d9d1cd6fa3c1d0a64550b7202b72 into PR head commit 60e160b22e3b6b1a2cda8c06290c79e5bda081c3
Merge succeeded, producing c77c0259ab05b33180960a29c569d413007033d7
Checking out Revision c77c0259ab05b33180960a29c569d413007033d7 (PR-2395)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2395/head:refs/remotes/origin/PR-2395 # 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/2395/head:refs/remotes/origin/PR-2395 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60e160b22e3b6b1a2cda8c06290c79e5bda081c3 # timeout=10
 > git merge d8991089c0d2d9d1cd6fa3c1d0a64550b7202b72 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c77c0259ab05b33180960a29c569d413007033d7 # timeout=10
Commit message: "Merge commit 'd8991089c0d2d9d1cd6fa3c1d0a64550b7202b72' into HEAD"
First time build. Skipping changelog.
 > git rev-list --no-walk b844ff9734893ce308e7f37157447d7bc60fea17 # timeout=10