Skip to content

Add repo_url to build received log entry

Tomasz Maczukin requested to merge feature/improve-builds-start-logging into master

Add repo_url field to build received log entry. We already have build id, but sometimes it's easier to find a build knowing the project's URL - especially when a runner is used by lot of projects (like shared runners).

What this MR changes?

before:

Checking for builds... received                     build=2496771 runner=abcd1234

after:

Checking for builds... received                     build=2496771 repo_url=https://gitlab.example.com/group/project.git runner=abcd1234

/cc @ayufan

Merge request reports