Skip to content

Console Output

14:28:06 The recommended git tool is: git
14:28:09 using credential docker-jenkins-github-credentials
14:28:09 Cloning the remote Git repository
14:28:09 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
14:28:10 Avoid second fetch
14:28:10 Checking out Revision ee9151f33611f693958a29c38ab0fbf5b6741c1b (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 ee9151f33611f693958a29c38ab0fbf5b6741c1b # timeout=10
14:28:14 Commit message: "client: add `network_driver_opt` to container run and create (#3083)"
 > git rev-list --no-walk 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 # timeout=10