Agile - CI/CD用語集の定義
Agile は、2001年のアジャイルマニフェストで体系化されたソフトウェアデリバリー手法のファミリーで、固定された事前計画よりも、短いイテレーション、動くソフトウェア、変化への対応を重視します。
なぜ重要か
小さな増分でのアジャイルなデリバリーはCI/CDに依存します。数日ごとに手動でリリースすることはできないため、自動化されたbuild-テスト-releaseのpipelineこそが、短いイテレーションを現実的にします。
関連ガイド
Scrum - CI/CD Glossary DefinitionScrum: Scrum is an agile framework that organizes work into fixed-length sprints, with defined roles (product…
Kanban - CI/CD Glossary DefinitionKanban: Kanban is a flow-based method that visualizes work on a board, limits work in progress, and pulls new…
Software Development Lifecycle - CI/CD Glossary DefinitionSoftware Development Lifecycle: The software development lifecycle (SDLC) is the end-to-end process of buildi…