Replication Properties

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

Once replication has been invoked, the system annotates the source repository being replicated and annotates it with properties that indicate the status of the replication. These can be viewed, along with other properties that may annotate the repository, in the Properties tab of the Tree Browser.

For single-push replication operations, the following properties are created/updated:

Key

Value

artifactory.replication.<source_repo_key>.started

Indicates when the replication started

artifactory.replication.<source_repo_key>.status

Indicates the status of the replication operation once complete. It can take the following values:

ok: The replication succeeded

failure: The replication failed. You should check the log files for errors

artifactory.replication.<source_repo_key>.finished

Indicates when the replication finished

ReplicationProperties.jpg

For multi-push replication operations (available to Enterprise customers only), the following properties are created/updated:

Key

Value

artifactory.replication.<source_repo_key>_<target_repo_URL>.started

Indicates when the replication started

artifactory.replication.<source_repo_key>_<target_repo_URL>.status

Indicates the status of the replication operation once complete. It can take the following values:

ok: The replication succeeded

failure: The replication failed. You should check the log files for errors

artifactory.replication.<source_repo_key>_<target_repo_URL>.finished

Indicates when the replication finished