Skip to content

Console Output

01:14:14 using credential sf-release-bot.github.ssh
01:14:14 Cloning the remote Git repository
01:14:14 Cloning with configured refspecs honoured and without tags
01:14:15 Fetching without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-5471 # 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/5471/head:refs/remotes/origin/PR-5471
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5471/head:refs/remotes/origin/PR-5471 # 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/5471/head:refs/remotes/origin/PR-5471
01:14:15 Checking out Revision c213df6e38a4f8caa2cd8f9ca5abbd4fa837fb9f (PR-5471)
01:14:15 Commit message: "Add new commnad line option for 'rollout-factor' aka how many containers to restart at once when updating a deployment."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c213df6e38a4f8caa2cd8f9ca5abbd4fa837fb9f