python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to return Package name and Checksum in AQL
I am using a json file to populate my query that looks something like this:
{
"files": [
{
"aql": {
"items.find": {
"repo": "...
Zack McCain
Votes: 0
Answers: 1
Artifactory Query Language - Fetch Artifact Name and Version - Search based on Group
I would like to fetch all artifact name and their versions which are under specific group using AQL. Can you please help with the API endpoint and AQL.
Below the GET REST API gets me the versions rela...
Sesha
Votes: 0
Answers: 1
Match multiple paths in artifactory repo
So I'm trying to write a search_spec.json file to exclude all docker images with path */latest or */develop im my artifactory repo. However I cannot find a solution to exclude multiple paths from the ...
Simo
Votes: 0
Answers: 1
List files and their size inside a zip file in JFrog Artifactory
I'm trying to list, a list of files answering a specific pattern ("*.xz" in my case) from within a zip file.
The structure of my archive is this:
repo_name:
folder0:
inner_folder:
m...
Joseph Asaf Gardin
Votes: 0
Answers: 0