Method 1: Promotion to Replication

How can I distribute artifacts from multiple Artifactory instances to target edge nodes?

AuthorFullName__c
JFrog Support
articleNumber
000004991
ft:sourceType
Salesforce
FirstPublishedDate
2021-02-01T16:40:41Z
lastModifiedDate
2021-02-01
VersionNumber
6
Have a central Distribution service installed , preferably in HA mode, in one main JPD. Replicate the required artifacts to be distributed from other JPDs to the main JPD. Now, you can create release bundles in the main JPD and distribute them to the target nodes. Please refer to this document to configure JFrog Distribution.

This method is a centralized and efficient way to automate the entire release cycle. You will be consciously pushing qualified files along with the bill of material (BOM) and customer properties, packed and signed into an immutable release bundle, to multiple target nodes securely. This method is based on push distribution, and sometimes consumers may experience 404 errors if a required file doesn’t exist on the target nodes. With this approach, you will also need a separate cleanup mechanism for target nodes.