バリューストリーム - CI/CD用語集の定義
バリューストリームとは、アイデアから稼働するソフトウェアまで、顧客に価値を届けるために必要な一連のステップ全体であり、遅延、引き継ぎ、無駄を明らかにするためにマッピングされます。
なぜ重要か
バリューストリームマッピングでは、最も長い遅延がコーディングではなくステップ間にあることがしばしば明らかになります。だからこそ、build、テスト、deployの引き継ぎをCI/CDで自動化することが並外れた効果を持つのです。
関連ガイド
Lead Time - CI/CD Glossary DefinitionLead Time: Lead time is the elapsed time from when a change is requested or committed until it is running in…
Cycle Time - CI/CD Glossary DefinitionCycle Time: Cycle time is how long a work item takes from when work actually starts on it until it is done, a…
Work in Progress Limit - CI/CD Glossary DefinitionWork in Progress Limit: A work in progress limit (WIP limit) caps how many items may be active in a workflow…