Skip to content

Console Output

01:48:04 using credential sf-release-bot.github.ssh
01:48:04 Cloning the remote Git repository
01:48:04 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-5780 # 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/5780/head:refs/remotes/origin/PR-5780
01:48:05 Fetching without tags
01:48:06 Checking out Revision 6f9d32a85ff7c16a5fca7784ade1132ea2fb716c (PR-5780)
01:48:06 Commit message: "Skip build config section validation when passing no-build option Signed-off-by: Sebastien Masset <smt.masset@email.com>"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5780/head:refs/remotes/origin/PR-5780 # 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/5780/head:refs/remotes/origin/PR-5780
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f9d32a85ff7c16a5fca7784ade1132ea2fb716c