Skip to content

Console Output

17:56:26 [2021-06-06T17:56:26.059Z] The recommended git tool is: git
17:56:28 [2021-06-06T17:56:28.215Z] using credential sf-release-bot.github.ssh
17:56:28 [2021-06-06T17:56:28.222Z] Cloning the remote Git repository
17:56:28 [2021-06-06T17:56:28.222Z] Cloning with configured refspecs honoured and without tags
17:56:28 [2021-06-06T17:56:28.242Z] Cloning repository git@github.com:docker/compose.git
17:56:28 [2021-06-06T17:56:28.293Z]  > git init /home/ubuntu/workspace/compose_PR-8372 # timeout=10
17:56:28 [2021-06-06T17:56:28.579Z] Fetching upstream changes from git@github.com:docker/compose.git
17:56:28 [2021-06-06T17:56:28.579Z]  > git --version # timeout=10
17:56:28 [2021-06-06T17:56:28.603Z]  > git --version # 'git version 2.25.1'
17:56:28 [2021-06-06T17:56:28.603Z] using GIT_SSH to set credentials docker-jenkins user on github.com
17:56:28 [2021-06-06T17:56:28.682Z]  > git fetch --no-tags --force --progress -- git@github.com:docker/compose.git +refs/pull/8372/head:refs/remotes/origin/PR-8372 # timeout=10
17:56:31 [2021-06-06T17:56:31.397Z] Fetching without tags
17:56:31 [2021-06-06T17:56:31.664Z] Checking out Revision 38e74bd947da9eebc398f6502cf651e08fcdaef3 (PR-8372)
17:56:31 [2021-06-06T17:56:31.338Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
17:56:31 [2021-06-06T17:56:31.350Z]  > git config --add remote.origin.fetch +refs/pull/8372/head:refs/remotes/origin/PR-8372 # timeout=10
17:56:31 [2021-06-06T17:56:31.380Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
17:56:31 [2021-06-06T17:56:31.401Z] Fetching upstream changes from git@github.com:docker/compose.git
17:56:31 [2021-06-06T17:56:31.402Z] using GIT_SSH to set credentials docker-jenkins user on github.com
17:56:31 [2021-06-06T17:56:31.412Z]  > git fetch --no-tags --force --progress -- git@github.com:docker/compose.git +refs/pull/8372/head:refs/remotes/origin/PR-8372 # timeout=10
17:56:31 [2021-06-06T17:56:31.672Z]  > git config core.sparsecheckout # timeout=10
17:56:31 [2021-06-06T17:56:31.686Z]  > git checkout -f 38e74bd947da9eebc398f6502cf651e08fcdaef3 # timeout=10
17:56:35 [2021-06-06T17:56:35.160Z] Commit message: "find `.env` in parent project directories"