Skip to content

Console Output

00:51:17 using credential docker-jenkins-github-credentials
00:51:17 Cloning the remote Git repository
00:51:17 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_18.09 # 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/heads/18.09:refs/remotes/origin/18.09
00:51:20 Fetching without tags
00:51:20 Checking out Revision 575d6fa7822e1edebc108aec8d2fb6b1b78b177d (18.09)
00:51:20 Commit message: "Merge pull request #2114 from kolyshkin/18.09-golang-1.12"
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/18.09:refs/remotes/origin/18.09 # 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/heads/18.09:refs/remotes/origin/18.09
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 575d6fa7822e1edebc108aec8d2fb6b1b78b177d
 > git rev-list --no-walk 9787a2d94b25689d83440e76e8d09dc0516315c8 # timeout=10