Phase 6 · CI/CD Pipelines

Topics

Pipeline as Code

Part of the DevOps Roadmap.

Summary

Defining your CI/CD pipeline itself in a version-controlled file (Jenkinsfile, .github/workflows, .gitlab-ci.yml) rather than configuring it manually through a UI — applying the same discipline from Phase 4 to pipeline configuration.

How to Learn This

  • 1Convert a manually-configured pipeline step into a version-controlled config file if you have one.
  • 2Learn why pipeline changes going through pull request review catches mistakes before they break builds.
  • 3Understand this is the same 'everything as code' philosophy that extends into Phase 9's infrastructure as code.
InsideEdge

Stuck on this topic? Ask an Insider

Get 1:1 guidance from people who've walked this exact path — free on the InsideEdge app.

Download
InsideEdge