Local Repositories

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

Local repositories store and manage the artifacts that your organization uploads or creates internally (sometimes referred to as first-party artifacts). Using local repositories, Artifactory gives you a central location for storing your internal binaries. Through repository replication, you can even share binaries with teams that are located in remote locations.

Important

Replication configuration values stored in the database are subject to a strict character limit. Artifactory now proactively enforces this limit during replication creation and update by validating the combined length of Include Patterns and Exclude Patterns in advance.

If the total length exceeds the allowed threshold (approximately 1,500 characters, including a safety buffer), replication creation or update is blocked to prevent database errors at runtime.

For environments where the database schema has been modified outside of supported configurations, Artifactory provides two internal parameters that allow adjusting this enforced limit.

Artifacts in a local repository can be accessed using the following URL:

http://<host>:<port>/artifactory/<local-repository-name>/<artifact-path>