Skip to content

Include retried jobs in pipeline payloads for Datadog integration

What does this MR do?

Retried jobs were removed from the default pipeline payload for performance reasons, but some integrations like Datadog want to include these as well.

This modifies the payload so integrations can opt-in to retried builds by calling .with_retried_builds on the hash.

Fixes #331239 (closed)

How to setup and validate locally (strongly suggested)

This is a bit tricky because it requires a runner setup, so I'm relying on the specs myself 😉

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #331239 (closed)

Edited by Markus Koller

Merge request reports

Loading