2

I'm working with several repositories, but now I need to download the lastest version of some artifacts from a generic repository. Following wiki instructions I created a new layout like this. Layout description

After that, I have added a new repository with this layout and deployed several artifacts according the layout as you can see. Artifacts in repository

So, according this documentation: https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-ArtifactLatestVersionSearchBasedonLayout

I expected to download the latest version using this:

http://my-artifactory/distributable-example/OrgExample/moduleX/[RELEASE]/installer/example1-[RELEASE].exe

Instead of that I only get a 404 error. So, how can I get the lastest version?

Dror Bereznitsky
  • 20,048
  • 3
  • 48
  • 57
Eva
  • 21
  • 3
  • 3
    It looks the file name has an extra dash sign at the end, just before the extension, which fails the pattern - example1-0.0.2-.exe – Dror Bereznitsky Jan 02 '19 at 12:19
  • Thanks for seeing the error, but that not the problem, because after fix the layout, and upload some artifacts again the result is the same. – Eva Jan 25 '19 at 13:47

0 Answers0