Difference between revisions of "Artifactory Query Language (AQL)"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Artifactory Query Language == See also == * {{SQL}}")
Tags: Mobile web edit, Mobile edit
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Artifactory]] Query Language
+
[[Artifactory]] Query Language ([[2015]])  <ref>https://www.jfrog.com/confluence/display/RTF3X/Artifactory+3.5</ref>
  
  
 +
 +
{
 +
"files": [
 +
  {
 +
    "aql": {
 +
      "'''items.find'''": {
 +
        "repo": {"$eq":"[[auto-trashcan]]"},
 +
        "path": {"$match":"*"},
 +
        "name": {"$match":"*"}
 +
      }
 +
    }
 +
  }
 +
]
 +
}
 +
 +
 +
== Activities ==
 +
* Retrieve lastest artifact using AQL https://stackoverflow.com/a/46979129
  
 
== See also ==
 
== See also ==
 +
* {{Artifactory}}
 
* {{SQL}}
 
* {{SQL}}

Latest revision as of 09:06, 5 October 2020

Advertising: