Skip to content

Console Output

22:46:24 The recommended git tool is: git
22:46:24 using credential docker-jenkins-github-credentials
22:46:24 Cloning the remote Git repository
22:46:24 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_5.0.3-release # 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/5.0.3-release:refs/remotes/origin/5.0.3-release # timeout=10
22:46:26 Avoid second fetch
22:46:26 Checking out Revision 3686248bac901113dc9ed979aed98430fae69d84 (5.0.3-release)
22:46:26 Commit message: "Update changelog for 5.0.3 release"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/5.0.3-release:refs/remotes/origin/5.0.3-release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3686248bac901113dc9ed979aed98430fae69d84 # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0