Skip to content

Console Output

11:05:31 using credential sf-release-bot.github.ssh
11:05:31 Cloning the remote Git repository
11:05:31 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
11:05:35 Fetching without tags
11:05:36 Checking out Revision f13bc7de588c9ec3d9f2212289255ad1420ac29f (PR-7020)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7020/head:refs/remotes/origin/PR-7020 # 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/7020/head:refs/remotes/origin/PR-7020
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f13bc7de588c9ec3d9f2212289255ad1420ac29f
11:05:36 Commit message: "Fixed run action to respect COMPOSE_IGNORE_ORPHANS environment variable"