Pipeline - CI/CD Glossary Definition
A pipeline is the automated sequence of stages - build, test, deploy - a code change passes through on its way to production.
Related guides
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…