Skip to content

Console Output

13:56:42 [2020-03-03T13:56:42.365Z] using credential sf-release-bot.github.ssh
13:56:42 [2020-03-03T13:56:42.373Z] Cloning the remote Git repository
13:56:42 [2020-03-03T13:56:42.373Z] Cloning with configured refspecs honoured and without tags
13:56:42 [2020-03-03T13:56:42.393Z] Cloning repository git@github.com:docker/compose.git
13:56:42 [2020-03-03T13:56:42.442Z]  > git init /home/ubuntu/workspace/compose_PR-7266 # timeout=10
13:56:42 [2020-03-03T13:56:42.866Z] Fetching upstream changes from git@github.com:docker/compose.git
13:56:42 [2020-03-03T13:56:42.866Z]  > git --version # timeout=10
13:56:42 [2020-03-03T13:56:42.890Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:56:42 [2020-03-03T13:56:42.943Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7266/head:refs/remotes/origin/PR-7266
13:56:45 [2020-03-03T13:56:45.714Z] Fetching without tags
13:56:45 [2020-03-03T13:56:45.978Z] Checking out Revision cdfdad27e78844b2d9273e23017c5b4f12d6f88d (PR-7266)
13:56:45 [2020-03-03T13:56:45.668Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:56:45 [2020-03-03T13:56:45.686Z]  > git config --add remote.origin.fetch +refs/pull/7266/head:refs/remotes/origin/PR-7266 # timeout=10
13:56:45 [2020-03-03T13:56:45.698Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:56:45 [2020-03-03T13:56:45.723Z] Fetching upstream changes from git@github.com:docker/compose.git
13:56:45 [2020-03-03T13:56:45.723Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:56:45 [2020-03-03T13:56:45.725Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7266/head:refs/remotes/origin/PR-7266
13:56:45 [2020-03-03T13:56:45.987Z]  > git config core.sparsecheckout # timeout=10
13:56:46 [2020-03-03T13:56:46.005Z]  > git checkout -f cdfdad27e78844b2d9273e23017c5b4f12d6f88d
13:56:46 [2020-03-03T13:56:46.752Z] Commit message: "Show ranges when you run docker-compose ps like docker ps. Fixes #6910"