Skip to content

Console Output

22:20:06 using credential sf-release-bot.github.ssh
22:20:06 Cloning the remote Git repository
22:20:06 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7124 # 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/pull/7124/head:refs/remotes/origin/PR-7124
22:20:07 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7124/head:refs/remotes/origin/PR-7124 # 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/pull/7124/head:refs/remotes/origin/PR-7124
22:20:08 Checking out Revision 330c1bf629206e3c5360fb1c99a0fa09fd4178f4 (PR-7124)
22:20:08 Commit message: "Use empty list"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 330c1bf629206e3c5360fb1c99a0fa09fd4178f4