ソフトウェアカタログ - CI/CD 用語集の定義
ソフトウェアカタログは、すべてのサービスとその所有者を記録する信頼できる情報源のインベントリであり、孤立や重複を防ぎます。
ソフトウェアカタログは、所有者やメタデータを含む、組織のサービス、ライブラリ、pipeline の機械可読なインベントリで、通常は開発者ポータルに表示されます。
Backstage カタログのようなカタログは、暗黙知に頼らずにエンジニアが「これは誰が所有しているのか?」「何がこれに依存しているのか?」に答えられるようにします。
CI において
カタログのエントリはしばしばサービスをその CI workflow や build ステータスに紐付けるため、失敗した pipeline が既知の所有者へ直接マッピングされます。
関連ガイド
Developer Portal - CI/CD Glossary DefinitionDeveloper Portal: A developer portal is a central web interface (for example Backstage) where engineers disco…
Service Ownership - CI/CD Glossary DefinitionService Ownership: Service ownership is the model where the team that builds a service is accountable for ope…
Scorecard - CI/CD Glossary DefinitionScorecard: A scorecard is a set of automated checks that grade a service against standards (test coverage, pi…