Artifact Promotion - CI/CD用語集の定義
artifact promotion は、単一のテスト済み artifact を再ビルドせずに各環境(dev から staging、そして本番へ)へ移動させ、テストを通過したまさにそのバイトを出荷することです。
CI での実装
promotion は通常、環境ごとに新しいビルドを実行するのではなく、リポジトリ内で artifact を再タグ付けまたはコピーし、各ステップをテストと承認でゲートすることを意味します。
関連ガイド
Build Artifact - CI/CD Glossary DefinitionBuild Artifact: A build artifact is a file or package produced by compiling or assembling source code, such a…
Artifact Repository - CI/CD Glossary DefinitionArtifact Repository: An artifact repository is a server that stores and serves build outputs and packages (fo…
Immutable Tag - CI/CD Glossary DefinitionImmutable Tag: An immutable tag is a registry tag or reference that, once published, can never be overwritten…