Daily Term: Pipeline as Code
Pipeline as Code
Pipeline as Code is the practice of defining CI/CD pipelines using versioned code, typically in a file like a Jenkinsfile or GitHub Actions workflow. For example, a YAML file might specify steps to build, test, and deploy an app. This approach allows pipelines to be versioned, reviewed, and reused alongside the application code, improving transparency and maintainability, but it requires developers to learn pipeline syntax and manage complexity.
Date: 2025-10-08