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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -