Continuous Delivery (Model) - CI/CD用語集の定義
Continuous delivery は検証済みのすべての変更を deploy 可能に保ち、release をオンデマンドで低リスクな手順にします。
Continuous delivery は continuous integration を拡張し、検証済みのすべての変更を deploy 可能な状態に保つことで、本番環境への release をオンデマンドで下せる日常的かつ低リスクな判断にします。
delivery と deployment
Continuous delivery は release を、人間がなおトリガーするワンクリックの判断にします。continuous deployment はその手動手順すら取り除きます。
関連ガイド
Continuous Deployment (Model) - CI/CD Glossary DefinitionContinuous Deployment (Model): Continuous deployment automatically releases every change that passes the pipe…
Continuous Integration (Model) - CI/CD Glossary DefinitionContinuous Integration (Model): Continuous integration is the practice of merging code to a shared mainline f…
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline is the automated path a change travels from commit through build,…