Skip to content

Console Output

11:02:03 using credential docker-jenkins-github-credentials
11:02:03 Cloning the remote Git repository
11:02:03 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2129 # 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/2129/head:refs/remotes/origin/PR-2129 +refs/heads/master:refs/remotes/origin/master
11:02:06 Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2129/head:refs/remotes/origin/PR-2129 # 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/2129/head:refs/remotes/origin/PR-2129 +refs/heads/master:refs/remotes/origin/master
11:02:06 Merging remotes/origin/master commit c887984b48b302d8c1b878021e5df9ee3613a45e into PR head commit 167b3906fe96ae6455208adb04477b0f5d6302d0
11:02:08 Merge succeeded, producing 8c6e5e390d3fb4bd89b03000829a7e99f061c487
11:02:08 Checking out Revision 8c6e5e390d3fb4bd89b03000829a7e99f061c487 (PR-2129)
11:02:08 Commit message: "Merge commit 'c887984b48b302d8c1b878021e5df9ee3613a45e' into HEAD"
11:02:08 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 167b3906fe96ae6455208adb04477b0f5d6302d0
 > git merge c887984b48b302d8c1b878021e5df9ee3613a45e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c6e5e390d3fb4bd89b03000829a7e99f061c487
 > git rev-list --no-walk dd701a13fe07c3914ac6eb782de0e165c200b225 # timeout=10