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.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/20.10:refs/remotes/origin/20.10 # timeout=10
Avoid second fetch
Checking out Revision b82b9f3a0e763304a250531cb9350aa6d93723c9 (20.10)
 > 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 b82b9f3a0e763304a250531cb9350aa6d93723c9 # timeout=10
Commit message: "Merge pull request #4163 from thaJeztah/20.10_bump_go1.19.8"
 > git rev-list --no-walk 297e1284d3bd092e9bc96076c3ddc4bb33f8c7ab # timeout=10