Skip to content

Console Output

18:12:30 using credential sf-release-bot.github.ssh
18:12:30 Cloning the remote Git repository
18:12:30 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_release # 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/release:refs/remotes/origin/release
18:12:34 Fetching without tags
18:12:34 Checking out Revision cc93c9768921a6d91e511a33c3a4bcba74a6f411 (release)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/release:refs/remotes/origin/release # 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/release:refs/remotes/origin/release
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cc93c9768921a6d91e511a33c3a4bcba74a6f411
18:12:35 Commit message: "Merge pull request #7123 from docker/bump-1.25.1"