JFrog · Arazzo Workflow
JFrog Distribution Release Bundle
Version 1.0.0
Create a release bundle, sign it, distribute it, and poll for status.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
distribute-release-bundle
Create, sign, distribute a release bundle and wait for completion.
Creates a release bundle from a query, signs it, distributes it to a named site, then polls distribution status until it is no longer in progress.
1
createBundle
createReleaseBundle
Create a release bundle whose contents are selected by the supplied AQL query.
2
signBundle
signReleaseBundle
Sign the release bundle, making it immutable and ready for distribution.
3
distribute
distributeReleaseBundle
Distribute the signed release bundle to the target edge node site.
4
pollStatus
getDistributionStatus
Poll the distribution status. While it is still in progress, loop back and check again; otherwise finish.