Pipeline - CI/CD用語集の定義
pipeline とは、コードの変更が本番に至るまでに通過する自動化された一連のステージ - build、テスト、deploy - です。
関連ガイド
Workflow - CI/CD Glossary DefinitionWorkflow: In GitHub Actions, a **workflow** is an automated process defined in a YAML file under `.github/wor…
Continuous Integration (CI) - CI/CD Glossary DefinitionContinuous Integration (CI): **Continuous integration** is the practice of automatically building and testing…