Skip to content

Console Output

The recommended git tool is: git
using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision d0eeb4cbfc6ca3eac9f5db4420c209873e60b759 (master)
Commit message: "Merge pull request #3321 from fishmandev/docs_typo_fix"
 > git rev-parse --resolve-git-dir /home/ubuntu/workspace/cli_master/.git # 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
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d0eeb4cbfc6ca3eac9f5db4420c209873e60b759 # timeout=10
 > git rev-list --no-walk f3f4414520d7c468a075b21f9574aa51581a1398 # timeout=10