スプリント - CI/CD用語集の定義
スプリントとは、Scrumにおける短く固定長のイテレーション(一般的に1週間から4週間)であり、その間にチームは利用可能で出荷可能な可能性のあるプロダクトのインクリメントを構築します。
CI/CDにおいて
スプリントは出荷可能なインクリメントで終わらなければならないため、チームはmainブランチを常にリリース可能な状態に保つためにCIに頼ります。これにより、インクリメントが最終日の慌ただしい統合作業にならずに済みます。
関連ガイド
Scrum - CI/CD Glossary DefinitionScrum: Scrum is an agile framework that organizes work into fixed-length sprints, with defined roles (product…
Product Backlog - CI/CD Glossary DefinitionProduct Backlog: A product backlog is the single, ordered list of everything that might be built (features, f…
Definition of Done - CI/CD Glossary DefinitionDefinition of Done: A definition of done is a shared, explicit checklist of conditions a work item must meet…