Skip to content

Console Output

14:09:00 [2020-01-09T14:09:00.386Z] using credential sf-release-bot.github.ssh
14:09:00 [2020-01-09T14:09:00.392Z] Cloning the remote Git repository
14:09:00 [2020-01-09T14:09:00.392Z] Cloning with configured refspecs honoured and without tags
14:09:00 [2020-01-09T14:09:00.391Z] Cloning repository git@github.com:docker/compose.git
14:09:00 [2020-01-09T14:09:00.392Z]  > git init /home/ubuntu/workspace/compose_PR-7134 # timeout=10
14:09:00 [2020-01-09T14:09:00.396Z] Fetching upstream changes from git@github.com:docker/compose.git
14:09:00 [2020-01-09T14:09:00.396Z]  > git --version # timeout=10
14:09:00 [2020-01-09T14:09:00.398Z] using GIT_SSH to set credentials docker-jenkins user on github.com
14:09:00 [2020-01-09T14:09:00.399Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7134/head:refs/remotes/origin/PR-7134
14:09:02 [2020-01-09T14:09:02.037Z] Fetching without tags
14:09:02 [2020-01-09T14:09:02.347Z] Checking out Revision 7e36e7a51e0e3a1443947344509c6f6912978b6f (PR-7134)
14:09:02 [2020-01-09T14:09:02.005Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
14:09:02 [2020-01-09T14:09:02.008Z]  > git config --add remote.origin.fetch +refs/pull/7134/head:refs/remotes/origin/PR-7134 # timeout=10
14:09:02 [2020-01-09T14:09:02.024Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
14:09:02 [2020-01-09T14:09:02.079Z] Fetching upstream changes from git@github.com:docker/compose.git
14:09:02 [2020-01-09T14:09:02.080Z] using GIT_SSH to set credentials docker-jenkins user on github.com
14:09:02 [2020-01-09T14:09:02.081Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/pull/7134/head:refs/remotes/origin/PR-7134
14:09:02 [2020-01-09T14:09:02.347Z]  > git config core.sparsecheckout # timeout=10
14:09:02 [2020-01-09T14:09:02.350Z]  > git checkout -f 7e36e7a51e0e3a1443947344509c6f6912978b6f
14:09:02 [2020-01-09T14:09:02.395Z] Commit message: "Consider "Ignore pull failure" option when running pull in parallel"