Skip to content

Instantly share code, notes, and snippets.

@gkohen
Created February 19, 2019 16:13
Show Gist options
  • Save gkohen/b86e79e51a42efe2d65e88c04061d6b6 to your computer and use it in GitHub Desktop.
Save gkohen/b86e79e51a42efe2d65e88c04061d6b6 to your computer and use it in GitHub Desktop.
JFrog Artifactory CLI delete example
{
"files": [
{
"aql": {
"items.find": {
"type":"file",
"created_by":"jenkins-builder",
"size":{"$gt":"100000000"},
"stat.downloads":{"$eq":null},
"@qa":"approved",
"$or":[
{"name":{"$match":"*.tar"}},
{"name":{"$match":"*.zip"}},
{"name":{"$match":"*.rpm"}}
]
}
},
"sortBy": ["size","name"],
"sortOrder": "desc",
"limit": 100
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment