Bridge relation is not saved on downstream pipeline creation error
Summary
When triggering a downstream pipeline with a bridge job - if the downstream pipeline creation errors out (e.g. an invalid YAML config), the relationship between the bridge job and the downstream pipeline is not saved.
This is because the relation is being added in the Seed
pipeline chain step and the chain is broken in Confing::Content
or Config::Process
which comes before Seed
.