JFrog Artifactory · Arazzo Workflow
Artifactory AQL Find and Delete Artifact
Version 1.0.0
Run an AQL query to find an artifact, then delete the first match if any.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
aql-find-and-delete-artifact
Find artifacts via AQL and delete the first match when one exists.
Executes an AQL query, and when at least one item is returned, deletes the first matching artifact identified by its repo and path.
1
runAql
executeAqlQuery
Execute the AQL query to locate candidate artifacts for deletion.
2
deleteMatch
deleteArtifact
Delete the first matching artifact using the repository and path returned by the AQL query.
Source API Descriptions
openapi