Skip to content

Console Output

14:44:31 using credential docker-jenkins-github-credentials
14:44:31 Cloning the remote Git repository
14:44:31 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_add-gha # 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/add-gha:refs/remotes/origin/add-gha # timeout=10
14:44:33 Fetching without tags
14:44:33 Checking out Revision d33719bfddb9c5675914ea222b1c8e4634255254 (add-gha)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/add-gha:refs/remotes/origin/add-gha # 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/add-gha:refs/remotes/origin/add-gha # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d33719bfddb9c5675914ea222b1c8e4634255254 # timeout=10
14:44:37 Commit message: "Remove travis"