Skip to content

Console Output

09:42:24 using credential docker-jenkins-github-credentials
09:42:24 Cloning the remote Git repository
09:42:24 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2315 # 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/2315/head:refs/remotes/origin/PR-2315 +refs/heads/19.03:refs/remotes/origin/19.03
09:42:27 Fetching without tags
09:42:27 Merging remotes/origin/19.03 commit 528b959ebc39918908766f77a528ad9b90bbc584 into PR head commit 2d6231ad4d33d6b70c39c2b4b7ecc005599c0d80
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2315/head:refs/remotes/origin/PR-2315 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/2315/head:refs/remotes/origin/PR-2315 +refs/heads/19.03:refs/remotes/origin/19.03
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d6231ad4d33d6b70c39c2b4b7ecc005599c0d80
09:42:27 Merge succeeded, producing 2d6231ad4d33d6b70c39c2b4b7ecc005599c0d80
09:42:27 Checking out Revision 2d6231ad4d33d6b70c39c2b4b7ecc005599c0d80 (PR-2315)
09:42:28 Commit message: "Remove a useless '\' and enhance a script in an example in the section 'Add entries ... (--add-host)'"
 > git merge 528b959ebc39918908766f77a528ad9b90bbc584 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d6231ad4d33d6b70c39c2b4b7ecc005599c0d80
 > git rev-list --no-walk be602975148ddf7c25a26a7ee823a8c759dc6bb4 # timeout=10