Intermediate DevOps #collocations #cicd #pipelines

CI/CD Pipeline Collocations

5 exercises on the language of continuous integration and delivery — triggering pipelines, running stages, promoting artifacts, and gating releases.

Key verb–noun pairs in this set
  • trigger a pipeline — on push, PR, tag or schedule
  • run a stage — pipeline → stages → jobs → steps
  • promote an artifact — build once, promote up
  • gate a release & fail fast
  • retry a flaky job; keep the pipeline as code
0 / 5 completed
1 / 5
A new commit lands on the main branch and the CI run starts automatically. Which verb describes what the commit does to the pipeline?