Skip to content

Console Output

16:35:57 using credential docker-jenkins-github-credentials
16:35:57 Cloning the remote Git repository
16:35:57 Cloning with configured refspecs honoured and without tags
16:35:58 Fetching without tags
16:35:58 Checking out Revision 7db995b1ce94d8ec012793037acb789c17f95779 (4.3.0-release)
16:35:58 Commit message: "Fix changelog merge"
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_4.3.0-release # 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/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/4.3.0-release:refs/remotes/origin/4.3.0-release # 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/4.3.0-release:refs/remotes/origin/4.3.0-release # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7db995b1ce94d8ec012793037acb789c17f95779 # timeout=10