Skip to content

Console Output

01:15:54 using credential sf-release-bot.github.ssh
01:15:54 Cloning the remote Git repository
01:15:54 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-5774 # 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/5774/head:refs/remotes/origin/PR-5774
01:15:55 Fetching without tags
01:15:55 Checking out Revision 6a6c777f0ee0ccb118a5eb7f417d7f1c1b15c5a5 (PR-5774)
01:15:55 Commit message: "run: New option '--volumes-from'."
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/5774/head:refs/remotes/origin/PR-5774 # 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/5774/head:refs/remotes/origin/PR-5774
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6a6c777f0ee0ccb118a5eb7f417d7f1c1b15c5a5