Artifactory AQL Get Specific Properties
问题 I'm using Artifactory 3.5. My artifacts have custom properties. I want to be able to query for all artifacts that have that property and I want the result to show the property and its value. I know I can use: items.find(...).include("property.*") However, this returns all properties for the item matching the find criteria. How can I display only the specific property that I want? 回答1: The include element allows you to include only specific properties in the results For example, the following