Skip to content

Console Output

16:15:38 The recommended git tool is: git
16:15:38 using credential docker-jenkins-github-credentials
16:15:38 Cloning the remote Git repository
16:15:38 Cloning with configured refspecs honoured and without tags
16:15:38 Avoid second fetch
16:15:38 Checking out Revision cd2c35a9b699522b282cc4f024efa5699df24896 (main)
16:15:39 Commit message: "ci: add workflow for releases (#3018)"
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
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cd2c35a9b699522b282cc4f024efa5699df24896 # timeout=10
 > git rev-list --no-walk 828d06f5f5e2c8ecd9a8d53c1ef40f37d19a62f5 # timeout=10