Skip to content

Console Output

14:45:33 using credential docker-jenkins-github-credentials
14:45:33 Cloning the remote Git repository
14:45:33 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
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/heads/master:refs/remotes/origin/master # timeout=10
14:45:34 Fetching without tags
14:45:34 Checking out Revision b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 (master)
14:45:34 Commit message: "Update default API version to v1.39 (#2512)"
 > 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 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/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b4beaaac8cafcec9fe9eb3d6903addd5d9bac4f2 # timeout=10
 > git rev-list --no-walk cceae0c38490050368837d0ff5e3444c221b4c91 # timeout=10