artifact repository
Artifact repositories store built software artifacts (binaries, packages, container images, etc.), enabling reliable publishing, retrieval, promotion, and auditing across the software delivery lifecycle.
In a modern CI/CD setup, your CI system builds an artifact once, publishes it to an artifact repository like Nexus, Artifactory, or Azure Artifacts. Every environment afterward—test, staging, and production—pulls that same immutable artifact from the repo, ensuring consistency, security, and auditability across the release pipeline.