Skip to content

Console Output

13:22:38 [2020-12-03T13:22:38.475Z] using credential sf-release-bot.github.ssh
13:22:38 [2020-12-03T13:22:38.488Z] Cloning the remote Git repository
13:22:38 [2020-12-03T13:22:38.488Z] Cloning with configured refspecs honoured and without tags
13:22:38 [2020-12-03T13:22:38.631Z] Cloning repository git@github.com:docker/compose.git
13:22:38 [2020-12-03T13:22:38.691Z]  > git init /home/ubuntu/workspace/compose_fix-project-dir # timeout=10
13:22:39 [2020-12-03T13:22:39.051Z] Fetching upstream changes from git@github.com:docker/compose.git
13:22:39 [2020-12-03T13:22:39.051Z]  > git --version # timeout=10
13:22:39 [2020-12-03T13:22:39.074Z]  > git --version # 'git version 2.17.1'
13:22:39 [2020-12-03T13:22:39.075Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:22:39 [2020-12-03T13:22:39.134Z]  > 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:43 [2020-12-03T13:22:43.083Z] Fetching without tags
13:22:43 [2020-12-03T13:22:43.414Z] Checking out Revision e0edc908b5a5ef244dff6caa64c44ba3078b4a9e (fix-project-dir)
13:22:43 [2020-12-03T13:22:43.044Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:22:43 [2020-12-03T13:22:43.074Z]  > git config --add remote.origin.fetch +refs/heads/fix-project-dir:refs/remotes/origin/fix-project-dir # timeout=10
13:22:43 [2020-12-03T13:22:43.110Z]  > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
13:22:43 [2020-12-03T13:22:43.142Z] Fetching upstream changes from git@github.com:docker/compose.git
13:22:43 [2020-12-03T13:22:43.142Z] using GIT_SSH to set credentials docker-jenkins user on github.com
13:22:43 [2020-12-03T13:22:43.164Z]  > 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:43 [2020-12-03T13:22:43.504Z]  > git config core.sparsecheckout # timeout=10
13:22:43 [2020-12-03T13:22:43.588Z]  > git checkout -f e0edc908b5a5ef244dff6caa64c44ba3078b4a9e # timeout=10
13:22:47 [2020-12-03T13:22:47.621Z] Commit message: "Fix project_dir to take first file in account"