JFrog · Arazzo Workflow
JFrog Configure Repository Replication
Version 1.0.0
Confirm a repository exists then configure push replication for it.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
configure-repository-replication
Set up push replication for an existing repository and verify it.
Checks the repository configuration, creates or replaces a replication config with the supplied remote URL and cron expression, then fetches the replication config to confirm it persisted.
1
confirmRepo
getRepository
Read the repository configuration to confirm the source repository exists before configuring replication.
2
createReplication
createOrReplaceReplication
Create or replace the replication configuration for the repository, pointing at the target URL on the supplied cron schedule.
3
verifyReplication
getReplication
Read the replication configuration back to confirm it was stored for the repository.