Skip to content

Console Output

19:04:31 using credential docker-jenkins-github-credentials
19:04:31 Cloning the remote Git repository
19:04:31 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2227 # 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/2227/head:refs/remotes/origin/PR-2227 +refs/heads/master:refs/remotes/origin/master
19:04:36 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2227/head:refs/remotes/origin/PR-2227 # 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/2227/head:refs/remotes/origin/PR-2227 +refs/heads/master:refs/remotes/origin/master
19:04:37 Merging remotes/origin/master commit ebca1413117a3fcb81c89d6be226dcec74e5289f into PR head commit 119df92a6ca41f0809de3e0cb2f8c26c9aa20d96
19:04:38 Merge succeeded, producing 119df92a6ca41f0809de3e0cb2f8c26c9aa20d96
19:04:38 Checking out Revision 119df92a6ca41f0809de3e0cb2f8c26c9aa20d96 (PR-2227)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 119df92a6ca41f0809de3e0cb2f8c26c9aa20d96
 > git merge ebca1413117a3fcb81c89d6be226dcec74e5289f # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
19:04:39 Commit message: "Better name for test"
19:04:39 First time build. Skipping changelog.
 > git checkout -f 119df92a6ca41f0809de3e0cb2f8c26c9aa20d96
 > git rev-list --no-walk 2c72d8cf1b6d9615cf14cb96d1d99a5f57173678 # timeout=10