Skip to content

Console Output

01:32:26 using credential sf-release-bot.github.ssh
01:32:26 Cloning the remote Git repository
01:32:26 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6844 # 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/6844/head:refs/remotes/origin/PR-6844
01:32:28 Fetching without tags
01:32:28 Checking out Revision e5b112be7a36ea44c90e26416fdaf93c1772d7d0 (PR-6844)
01:32:28 Commit message: "add raw credential_spec capability"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6844/head:refs/remotes/origin/PR-6844 # 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/6844/head:refs/remotes/origin/PR-6844
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5b112be7a36ea44c90e26416fdaf93c1772d7d0