Skip to content

Console Output

15:04:46 using credential docker-jenkins-github-credentials
15:04:46 Cloning the remote Git repository
15:04:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2298 # 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/2298/head:refs/remotes/origin/PR-2298 +refs/heads/master:refs/remotes/origin/master
15:04:49 Fetching without tags
15:04:49 Merging remotes/origin/master commit 3c8c0ff3807ee436d1bfdc6581d718c17158c80a into PR head commit 3dfcfbb2bf947a9e28611334d34741b40ecfd5c7
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2298/head:refs/remotes/origin/PR-2298 # 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/2298/head:refs/remotes/origin/PR-2298 +refs/heads/master:refs/remotes/origin/master
15:04:50 Merge succeeded, producing 81cfd762fe958faa9f91cc72dc3535637387048d
15:04:50 Checking out Revision 81cfd762fe958faa9f91cc72dc3535637387048d (PR-2298)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3dfcfbb2bf947a9e28611334d34741b40ecfd5c7
 > git merge 3c8c0ff3807ee436d1bfdc6581d718c17158c80a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 81cfd762fe958faa9f91cc72dc3535637387048d
15:04:51 Commit message: "Merge commit '3c8c0ff3807ee436d1bfdc6581d718c17158c80a' into HEAD"
15:04:51 First time build. Skipping changelog.
 > git rev-list --no-walk 2e55d0b355e889d17a6dbf512b46088dbafa9c1e # timeout=10