Platform & DevOps·Pipelines, promotion and GitOps
the pipeline produces one file with one version, and everything downstream refers to that file rather than rebuilding.
Build artefact
Also calledartefact, build output, release candidate
The versioned output of a build — an image, an archive, a package — that later stages consume. Treating it as the unit of promotion is what makes environments comparable, because staging and production are then demonstrably the same bytes. A pipeline that rebuilds per environment has no such guarantee and is where 'it passed in staging' stops meaning anything.