bridge job とは何か?
bridge job は、それ自体は build 作業を行わず、代わりに child または別の project の pipeline を trigger する job です。pipeline の中では downstream 実行への接続点として現れます。ある pipeline が別の pipeline を宣言的に起動しリンクする方法です。
なぜ重要か
downstream pipeline を trigger するには、隠れたスクリプト呼び出しではなく、pipeline グラフ内に可視で構成可能な場所が必要です。bridge job がその場所であり、リンクを示し、downstream に渡す variable を運びます。これによりクロスパイプラインのオーケストレーションが明示的で観測可能になります。
関連ガイド
What Is a Downstream Pipeline?A downstream pipeline is a pipeline triggered by another pipeline, running after and in response to its upstr…
What Is a Multi-Project Pipeline?A multi-project pipeline is a setup where a pipeline in one project triggers and links to a pipeline in anoth…
What Is a Parent-Child Pipeline?A parent-child pipeline is a structure where a parent pipeline triggers child pipelines within the same proje…