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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -