Skip to content
Latchkey

Artifact Repository - CI/CD Glossary Definition

An artifact repository is a server that stores and serves build outputs and packages (for example JFrog Artifactory, Sonatype Nexus, or GitHub Packages), giving pipelines a versioned, addressable place to publish and fetch binaries.

Why it matters

A repository decouples build from deploy: CI publishes once, and any later stage or environment pulls the exact stored version instead of rebuilding from source.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →