Skip to content

Console Output

13:22:49 [2020-12-03T13:22:49.848Z] using credential sf-release-bot.github.ssh
13:22:49 [2020-12-03T13:22:49.860Z] Cloning the remote Git repository
13:22:49 [2020-12-03T13:22:49.860Z] Cloning with configured refspecs honoured and without tags
13:22:49 [2020-12-03T13:22:49.879Z] Cloning repository git@github.com:docker/compose.git
13:22:49 [2020-12-03T13:22:49.940Z]  > git init /home/ubuntu/workspace/compose_fix-project-dir # timeout=10
13:22:50 [2020-12-03T13:22:50.225Z] Fetching upstream changes from git@github.com:docker/compose.git
13:22:50 [2020-12-03T13:22:50.225Z]  > git --version # timeout=10
13:22:50 [2020-12-03T13:22:50.237Z]  > git --version # 'git version 2.17.1'
13:22:50 [2020-12-03T13:22:50.238Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:22:50 [2020-12-03T13:22:50.362Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/fix-project-dir:refs/remotes/origin/fix-project-dir # timeout=10
13:22:53 [2020-12-03T13:22:53.944Z] Fetching without tags
13:22:54 [2020-12-03T13:22:54.256Z] Checking out Revision e0edc908b5a5ef244dff6caa64c44ba3078b4a9e (fix-project-dir)
13:22:53 [2020-12-03T13:22:53.854Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:22:53 [2020-12-03T13:22:53.870Z]  > git config --add remote.origin.fetch +refs/heads/fix-project-dir:refs/remotes/origin/fix-project-dir # timeout=10
13:22:53 [2020-12-03T13:22:53.906Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:22:53 [2020-12-03T13:22:53.948Z] Fetching upstream changes from git@github.com:docker/compose.git
13:22:53 [2020-12-03T13:22:53.948Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:22:53 [2020-12-03T13:22:53.970Z]  > git fetch --no-tags --progress -- git@github.com:docker/compose.git +refs/heads/fix-project-dir:refs/remotes/origin/fix-project-dir # timeout=10
13:22:54 [2020-12-03T13:22:54.265Z]  > git config core.sparsecheckout # timeout=10
13:22:54 [2020-12-03T13:22:54.290Z]  > git checkout -f e0edc908b5a5ef244dff6caa64c44ba3078b4a9e # timeout=10
13:22:58 [2020-12-03T13:22:58.354Z] Commit message: "Fix project_dir to take first file in account"