Console Output
14:09:59 The recommended git tool is: git
14:10:02 using credential docker-jenkins-github-credentials
14:10:02 Cloning the remote Git repository
14:10:02 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
> git init /home/ubuntu/workspace/docker-py_main # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/heads/main:refs/remotes/origin/main # timeout=10
> git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
14:10:04 Avoid second fetch
14:10:04 Checking out Revision b7daa52feb8b897fb10fbe82c6e49a273746352a (main)
> git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f b7daa52feb8b897fb10fbe82c6e49a273746352a # timeout=10
14:10:08 Commit message: "docs: add `gzip` arg to `BuildApiMixin` (#2929)"
> git rev-list --no-walk 3f0095a7c1966c521652314e524ff362c24ff58c # timeout=10