Skip to content

Console Output

18:45:55 The recommended git tool is: git
18:45:57 using credential docker-jenkins-github-credentials
18:45:57 Cloning the remote Git repository
18:45:57 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_master # 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/master:refs/remotes/origin/master # timeout=10
18:46:00 Avoid second fetch
18:46:00 Checking out Revision 52e29bd4463964a090e3425cf027a3a4a8c4473b (master)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 52e29bd4463964a090e3425cf027a3a4a8c4473b # timeout=10
18:46:03 Commit message: "deps: remove backports.ssl_match_hostname (#3011)"
 > git rev-list --no-walk 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 # timeout=10