Skip to content

Console Output

17:41:47 using credential docker-jenkins-github-credentials
17:41:47 Cloning the remote Git repository
17:41:47 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2072 # 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/2072/head:refs/remotes/origin/PR-2072 +refs/heads/master:refs/remotes/origin/master
17:41:50 Fetching without tags
17:41:50 Merging remotes/origin/master commit f2163dd6a7da19754d81e13665b95e38dd5abc69 into PR head commit bba0a4d5ac225a28eb0bd1b14a086f7197e8d762
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2072/head:refs/remotes/origin/PR-2072 # 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/2072/head:refs/remotes/origin/PR-2072 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bba0a4d5ac225a28eb0bd1b14a086f7197e8d762
17:41:50 Merge succeeded, producing bba0a4d5ac225a28eb0bd1b14a086f7197e8d762
17:41:50 Checking out Revision bba0a4d5ac225a28eb0bd1b14a086f7197e8d762 (PR-2072)
17:41:51 Commit message: "Updating deprecated command example in search.md"
17:41:51 First time build. Skipping changelog.
 > git merge f2163dd6a7da19754d81e13665b95e38dd5abc69 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bba0a4d5ac225a28eb0bd1b14a086f7197e8d762
 > git rev-list --no-walk b0406031ced63e507287c9f40040c30da8bd4574 # timeout=10