Problem Statement
What best describes “Pipeline as Code” for CI/CD?
Explanation
Think of it like infrastructure as code, but for delivery. You commit the pipeline file, review it, and track its history.
This gives repeatability, easy rollbacks, and the same process across branches and teams.
Code Solution
SolutionRead Only
Jenkinsfile or .github/workflows/ci.yml stored at repo root
