webhooks
webhooks copied to clipboard
Remove build events, since they don't exist in newer GitLab versions
According to
https://docs.gitlab.com/14.8/ee/user/project/integrations/webhook_events.html
those event payloads don't exist, the logic to parse a JobEvent down
into a BuildEvent actively removes fields like PipelineID from the
payload.