Skip to content

Console Output

13:33:47 using credential sf-release-bot.github.ssh
13:33:47 Cloning the remote Git repository
13:33:47 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-7046 # 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/7046/head:refs/remotes/origin/PR-7046
13:33:51 Fetching without tags
13:33:51 Checking out Revision 2a195fd7bfd11494bfe8833c8aace55af8008824 (PR-7046)
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/7046/head:refs/remotes/origin/PR-7046 # 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/7046/head:refs/remotes/origin/PR-7046
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2a195fd7bfd11494bfe8833c8aace55af8008824
13:33:52 Commit message: "Add abstraction for buildkit CLI args"