We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifactory Pro users can download 'latest' artifacts. https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-RetrieveLatestArtifact
But it doesn't work with this module. We get a 404 when trying to download the URLs corresponding sha1 using https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-FileInfo in
puppet-archive/lib/puppet/parser/functions/artifactory_sha1.rb
Line 15 in 6f8db0e
The fileinfo endpoint doesn't do any magic if given a SNAPSHOT url.
The text was updated successfully, but these errors were encountered:
2358b23
Support fetching latest artifactory SNAPSHOT artifacts
96060e8
Fixes voxpupuli#282
No branches or pull requests
Artifactory Pro users can download 'latest' artifacts. https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-RetrieveLatestArtifact
But it doesn't work with this module. We get a 404 when trying to download the URLs corresponding sha1 using https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API#ArtifactoryRESTAPI-FileInfo in
puppet-archive/lib/puppet/parser/functions/artifactory_sha1.rb
Line 15 in 6f8db0e
The fileinfo endpoint doesn't do any magic if given a SNAPSHOT url.
The text was updated successfully, but these errors were encountered: