Artifactory AQL Display Checksums -


how can include checksums item found aql query?

by adding include statement:

items.find( ... ) .include("name","checksums") 

aql returns below error:

it looks there syntax error near following sub-query: checksums

you need include 'actual_sha1' instead of "checksums" list artifact sha1.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -