Definition of Done - CI/CD用語集の定義
Definition of doneとは、作業項目が完了と見なされるために満たすべき条件を共有し明示したチェックリストであり、コードがレビューされ、テストが通り、変更がmergeされてdeploy可能であることなどが含まれます。
CI/CDにおいて
definition of doneの多くは機械的に強制できます。必須の通過するpipeline、コードカバレッジのしきい値、stagingへの成功したdeployは、「完了」をpipelineが検証できるものに変えます。
関連ガイド
Continuous Testing - CI/CD Glossary DefinitionContinuous Testing: Continuous testing is running automated tests at every stage of the pipeline, so quality…
Scrum - CI/CD Glossary DefinitionScrum: Scrum is an agile framework that organizes work into fixed-length sprints, with defined roles (product…
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline, a term from the book Continuous Delivery, is the automated path a…