Skip to content

Console Output

15:05:41 using credential sf-release-bot.github.ssh
15:05:41 Cloning the remote Git repository
15:05:41 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_py2 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/py2:refs/remotes/origin/py2
15:05:42 Fetching without tags
15:05:43 Checking out Revision 9ad10575d11be163dae96a7e0f3284eed66d5427 (py2)
15:05:43 Commit message: "Prepare drop of python 2.x support"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/py2:refs/remotes/origin/py2 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/py2:refs/remotes/origin/py2
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9ad10575d11be163dae96a7e0f3284eed66d5427