Polyrepo - CI/CD Glossary Definition
A polyrepo is a code organization strategy where each project, service, or library lives in its own separate repository, the opposite of a monorepo.
In CI
Polyrepos keep each pipeline small and independent but require cross-repo versioning and coordinated releases when shared libraries change.
Related guides
Monorepo - CI/CD Glossary DefinitionMonorepo: A monorepo is a single version-control repository that holds many projects or services that are bui…
Artifact Repository - CI/CD Glossary DefinitionArtifact Repository: An artifact repository is a server that stores and serves build outputs and packages (fo…