Definition
A sequence of automated steps that processes code or data. A CI pipeline runs tests; a data pipeline transforms raw data into a usable format.
Example Usage
"The CI pipeline runs lint, type-check, unit tests, and integration tests in parallel, then blocks the merge if any step fails."