question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(Question) list all Artifacts within a Repo

See original GitHub issue

Hi,

I though that following would provide me with all Artifacts from within a repository:

List<RepoPath> searchItems = artifactory.searches().repositories(repoId).artifactsByName("*").doSearch();

But it doesn’t return me any result.

Is there a possibility to list all Artifacts of a given repo?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
haowang21-hubcommented, Jun 11, 2018
List<RepoPath> searchItems = 
artifactory.searches().repositories(repoId).artifactsByName("*.*").doSearch();
0reactions
rmpestanocommented, Jun 21, 2018

Same error, we’re going to upgrade to v5.x, I hope it fixes the issue.

Thank you very much for the help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

list all artifacts in a repository on JFrog Artifactory
Currently I'm working on a project to list all the artifacts in a repository. Artifactory version:4.1.3 Pro (turned off the cert verification)
Read more >
Nexus2: How can I get a list of all artifacts from a specific ...
This works, but it deliveres me a json listing all my subdirectories in this repo. But what I want is a list with...
Read more >
CLI for JFrog Artifactory - JFrog CLI
Collect all files located under the build directory (including sub-directories), and upload them to the my-release-local repository, under the ...
Read more >
Job Artifacts API - GitLab Docs
The use of CI_JOB_TOKEN in the artifacts download API was introduced in GitLab Premium 9.5. ... ref_name, string, yes, Branch or tag name...
Read more >
Artifactory, Sonatype Nexus, Maven Artifact Repository, and ...
Here is a question asked about artifacts from What's the purpose of an artifact repository? "Wherever you read about continuous delivery or continuous ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found