Skip to content

Console Output

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