Skip to content

Console Output

13:46:26 [2020-03-03T13:46:26.734Z] using credential sf-release-bot.github.ssh
13:46:26 [2020-03-03T13:46:26.742Z] Cloning the remote Git repository
13:46:26 [2020-03-03T13:46:26.742Z] Cloning with configured refspecs honoured and without tags
13:46:26 [2020-03-03T13:46:26.814Z] Cloning repository git@github.com:docker/compose.git
13:46:26 [2020-03-03T13:46:26.866Z]  > git init /home/ubuntu/workspace/compose_PR-7266 # timeout=10
13:46:27 [2020-03-03T13:46:27.158Z] Fetching upstream changes from git@github.com:docker/compose.git
13:46:27 [2020-03-03T13:46:27.158Z]  > git --version # timeout=10
13:46:27 [2020-03-03T13:46:27.177Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:46:27 [2020-03-03T13:46:27.222Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7266/head:refs/remotes/origin/PR-7266
13:46:30 [2020-03-03T13:46:30.676Z] Fetching without tags
13:46:30 [2020-03-03T13:46:30.947Z] Checking out Revision cdfdad27e78844b2d9273e23017c5b4f12d6f88d (PR-7266)
13:46:30 [2020-03-03T13:46:30.609Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:46:30 [2020-03-03T13:46:30.627Z]  > git config --add remote.origin.fetch +refs/pull/7266/head:refs/remotes/origin/PR-7266 # timeout=10
13:46:30 [2020-03-03T13:46:30.654Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:46:30 [2020-03-03T13:46:30.687Z] Fetching upstream changes from git@github.com:docker/compose.git
13:46:30 [2020-03-03T13:46:30.687Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:46:30 [2020-03-03T13:46:30.688Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7266/head:refs/remotes/origin/PR-7266
13:46:30 [2020-03-03T13:46:30.955Z]  > git config core.sparsecheckout # timeout=10
13:46:30 [2020-03-03T13:46:30.984Z]  > git checkout -f cdfdad27e78844b2d9273e23017c5b4f12d6f88d
13:46:31 [2020-03-03T13:46:31.693Z] Commit message: "Show ranges when you run docker-compose ps like docker ps. Fixes #6910"