Skip to content

Console Output

16:38:56 using credential docker-jenkins-github-credentials
16:38:56 Cloning the remote Git repository
16:38:56 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_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/release:refs/remotes/origin/release # timeout=10
16:38:58 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/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/release:refs/remotes/origin/release # timeout=10
16:38:58 Checking out Revision 30089ec681d9016154c722717e974bec9116ef47 (release)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 30089ec681d9016154c722717e974bec9116ef47 # timeout=10
16:39:02 Commit message: "Merge pull request #2637 from docker/4.3.0-release"