Skip to content

Console Output

18:57:45 The recommended git tool is: git
18:57:45 using credential docker-jenkins-github-credentials
18:57:45 Cloning the remote Git repository
18:57:45 Cloning with configured refspecs honoured and without tags
18:57:46 Avoid second fetch
18:57:46 Checking out Revision bb40ba051fc67605d5c9e7fd1eb5f9aa3e0fb501 (master)
18:57:46 Commit message: "ssh: do not create unnecessary subshell on exec (#2910)"
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
 > 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 bb40ba051fc67605d5c9e7fd1eb5f9aa3e0fb501 # timeout=10
 > git rev-list --no-walk 52e29bd4463964a090e3425cf027a3a4a8c4473b # timeout=10