Skip to content

Console Output

10:53:47 The recommended git tool is: git
10:53:47 using credential docker-jenkins-github-credentials
10:53:47 Cloning the remote Git repository
10:53:47 Cloning with configured refspecs honoured and without tags
10:53:48 Avoid second fetch
10:53:48 Checking out Revision e131955685f6480bdb0fb7b1d64bd283328ef772 (master)
10:53:48 Commit message: "Merge pull request #2974 from docker/dependabot/pip/paramiko-2.10.1"
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 e131955685f6480bdb0fb7b1d64bd283328ef772 # timeout=10