Software Development Lifecycle - CI/CD用語集の定義
software development lifecycle(SDLC)は、繰り返し可能なフェーズを通じてソフトウェアを構築するエンドツーエンドのプロセスです。要件、設計、実装、テスト、deploy、保守の各フェーズがあります。
CI/CDにおいて
CI/CDはSDLCの実装からdeployまでのフェーズを自動化し、テストとreleaseのステップを、手動の引き継ぎではなく、変更ごとに実行されるpipelineに変えます。
関連ガイド
Agile - CI/CD Glossary DefinitionAgile: Agile is a family of software-delivery methods, codified in the 2001 Agile Manifesto, that favor short…
Deployment Pipeline - CI/CD Glossary DefinitionDeployment Pipeline: A deployment pipeline, a term from the book Continuous Delivery, is the automated path a…
Release Engineering - CI/CD Glossary DefinitionRelease Engineering: Release engineering is the discipline of making the build, packaging, and release of sof…