Skip to content

Console Output

17:53:23 using credential docker-jenkins-github-credentials
17:53:23 Cloning the remote Git repository
17:53:23 Cloning with configured refspecs honoured and without tags
17:53:24 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_replace_paramiko # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/replace_paramiko:refs/remotes/origin/replace_paramiko # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/replace_paramiko:refs/remotes/origin/replace_paramiko # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/replace_paramiko:refs/remotes/origin/replace_paramiko # timeout=10
17:53:24 Checking out Revision d96666881d2ece3be7a6ea1c638f76fee4ee1af0 (replace_paramiko)
17:53:24 Commit message: "fix ssh key path"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d96666881d2ece3be7a6ea1c638f76fee4ee1af0 # timeout=10
 > git rev-list --no-walk 2c975c8f1121542c62313a7a4cfc7c2b73ff3e13 # timeout=10