Skip to content

Console Output

16:03:56 using credential docker-jenkins-github-credentials
16:03:56 Cloning the remote Git repository
16:03:56 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
16:03:58 Fetching without tags
16:03:59 Checking out Revision 50c4621fc82a4fc979829d9d876282a97ec0cc1e (18.09)
 > 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 50c4621fc82a4fc979829d9d876282a97ec0cc1e
16:03:59 Commit message: "Merge pull request #2100 from kolyshkin/18.09-revendor-d-d"
 > git rev-list --no-walk 6219337a3738a0776692b12e790bbf3205e2c878 # timeout=10