JFrog · Arazzo Workflow
JFrog Cleanup Stale Artifacts
Version 1.0.0
Run an AQL search for stale artifacts and delete the first match.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
cleanup-stale-artifacts
Find artifacts via AQL and delete the first matching item.
Runs the supplied AQL query, and if at least one artifact is returned deletes the first result by repo and path.
1
search
executeAqlSearch
Execute the AQL search to find candidate artifacts for cleanup.
2
deleteArtifact
deleteArtifact
Delete the first matched artifact using its repository and path.