Skip to content

Console Output

02:04:11 using credential sf-release-bot.github.ssh
02:04:11 Cloning the remote Git repository
02:04:11 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/e_incorrect_precreate_identifier # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress git@github.com:docker/compose.git +refs/heads/incorrect_precreate_identifier:refs/remotes/origin/incorrect_precreate_identifier
02:04:12 Fetching without tags
02:04:13 Checking out Revision a7894ddfea6298ee1d4e07fe703f0edfe1996842 (incorrect_precreate_identifier)
02:04:13 Commit message: "Fix incorrect pre-create container name in up logs"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/incorrect_precreate_identifier:refs/remotes/origin/incorrect_precreate_identifier # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress git@github.com:docker/compose.git +refs/heads/incorrect_precreate_identifier:refs/remotes/origin/incorrect_precreate_identifier
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7894ddfea6298ee1d4e07fe703f0edfe1996842