artifactory-query-lang Questions

3

How do I delete empty folders(folders without any content) by using Artifactory AQL? I have the current AQL query to find files that are older than 12w and never downloaded, which I will delete by...
Daimon asked 18/11, 2016 at 7:21

2

Solved

I am looking for a artifactory REST API that would list down all the repo-keys. If it could provide some more information then that would be really nice. I looked up the Artifactory REST API docu...
Hypnosis asked 15/1, 2019 at 13:46

2

Solved

I am trying to query which build number(s) produced artifacts from build foo with artifact property vcs.Revision=aabbccddee123456. In Artifactory 5.1.3. I was trying like this so far: curl -u us...
Sycamine asked 4/7, 2018 at 13:56

1

I have a question regarding the AQL (Artifactory Query Language) used by JFrog Artifactory to find "things" in the artifactory. The AQL seems to be very powerful, but i'm wondering how to build (co...
Kimbrough asked 30/12, 2017 at 14:40

1

Until now, I used the Artifactory REST API to determine the last version (last snapshot) of a maven artifact with groupId and artifactIid: /api/search/latestVersion?g={groupid}&a={artifactid} ...
Cockfight asked 10/12, 2017 at 18:28

1

I'm running into an issue where I'm not able to get any of the queries I'm making on the build domain object to return when using AQL When I make the following curl: curl -X GET -H "X-JFrog-Art-...
Simsar asked 15/2, 2017 at 23:24
1

© 2022 - 2024 — McMap. All rights reserved.