Skip to content

Console Output

14:58:39 using credential docker-jenkins-github-credentials
14:58:39 Cloning the remote Git repository
14:58:39 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2167 # 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/2167/head:refs/remotes/origin/PR-2167 +refs/heads/master:refs/remotes/origin/master
14:58:42 Fetching without tags
14:58:42 Merging remotes/origin/master commit b3cde356f61d25507c5c91b1e2bd6de696780ee5 into PR head commit 568ea3a3290f12ea32648a53d93b9facd0f14a14
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2167/head:refs/remotes/origin/PR-2167 # 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/2167/head:refs/remotes/origin/PR-2167 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 568ea3a3290f12ea32648a53d93b9facd0f14a14
14:58:42 Merge succeeded, producing 568ea3a3290f12ea32648a53d93b9facd0f14a14
14:58:42 Checking out Revision 568ea3a3290f12ea32648a53d93b9facd0f14a14 (PR-2167)
14:58:43 Commit message: "Refactor the `stack services` command to be uniform"
14:58:43 First time build. Skipping changelog.
 > git merge b3cde356f61d25507c5c91b1e2bd6de696780ee5 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 568ea3a3290f12ea32648a53d93b9facd0f14a14
 > git rev-list --no-walk 5c5fde2b31b80a1a8def15014c3eb22197abb7e6 # timeout=10