• Markus Koller's avatar
    Include retried jobs in pipeline payloads for Datadog integration · a5327bf5
    Markus Koller authored
    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.
    
    Changelog: changed
    a5327bf5
pipeline.rb 3.51 KB