Skip to content

Console Output

09:02:56 The recommended git tool is: git
09:02:56 using credential docker-jenkins-github-credentials
09:02:56 Cloning the remote Git repository
09:02:56 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/ker-py_set-minimal-python-to-3_6 # 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/set-minimal-python-to-3_6:refs/remotes/origin/set-minimal-python-to-3_6 # timeout=10
09:02:57 Avoid second fetch
09:02:57 Checking out Revision c8fba210a222d4f7fde90da8f48db1e7faa637ec (set-minimal-python-to-3_6)
09:02:57 Commit message: "Remove support to pre python 3.6"
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/set-minimal-python-to-3_6:refs/remotes/origin/set-minimal-python-to-3_6 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c8fba210a222d4f7fde90da8f48db1e7faa637ec # timeout=10