DevSecOps · Flashcard

What is a CI/CD pipeline?

  • AThe tools and workflows that achieve continuous integration and delivery, run by an orchestrator
  • BA single script that a developer runs by hand to compile and then upload one application
  • CA ticketing board that simply tracks which features are ready to be released next time
  • DA shared network drive where finished build artifacts are stored for later download

Why this is the answer

A CI/CD pipeline is the set of tools and process workflows for CI and CD, steered by a CI/CD orchestrator and automated as far as practical — not a manual script, a ticket board, or an artifact drive.

Official docs
Study in Gnoseed →