Skip to content

Console Output

The recommended git tool is: git
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_20.10 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/cli.git +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
Avoid second fetch
Checking out Revision 12df1c1054305cd96fd0547df4ac49f41f4d6f3e (20.10)
Commit message: "Merge pull request #4519 from thaJeztah/20.10_backport_docker-cli-slows-bash-init"
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 12df1c1054305cd96fd0547df4ac49f41f4d6f3e # timeout=10
 > git rev-list --no-walk 911449ca245308472a3d34a7f1a98b918e65c8c3 # timeout=10