Pipeline

A pipeline is an automated sequence of steps that takes code from commit to production — typically building, testing, and deploying it. Pipelines are the…