Skip to content

Console Output

13:28:41 using credential sf-release-bot.github.ssh
13:28:41 Cloning the remote Git repository
13:28:41 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6900 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
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/6900/head:refs/remotes/origin/PR-6900 # timeout=10
13:28:43 Fetching without tags
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6900/head:refs/remotes/origin/PR-6900 # 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/6900/head:refs/remotes/origin/PR-6900 # timeout=10
13:28:43 Checking out Revision 86bb8fbf2360501e29c4cc87f5a45d8934419a3e (PR-6900)
13:28:43 Commit message: "Update compose/project.py"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 86bb8fbf2360501e29c4cc87f5a45d8934419a3e # timeout=10