New fields in outgoing webhooks

We have added some extra metadata to outgoing webhooks, which you can use to build more sophisticated integrations with your own systems.

The Build Events webhooks (build triggered and build finished) now contain two new fields:

New field Field name
Commit hash commit_hash (inside the git object)
Build URL url

Note: we use the commit hash from the build trigger request payload so if it’s empty there (e.g. you are running E2E tests on the latest main branch) it will be empty in the outgoing webhook as well.