jenkinsci / artifactory-artifact-manager-plugin

artifactory-artifact-manager-plugin
https://plugins.jenkins.io/artifactory-artifact-manager/
MIT License
0 stars 3 forks source link

Wrong link when downloading artifact from inside a subfolder #8

Closed jonesbusy closed 3 months ago

jonesbusy commented 3 months ago

Jenkins and plugins versions report

All

What Operating System are you using (both controller, and any agents involved in the problem)?

All

Reproduction steps

archive an artifact inside a subfolder

Expected Results

Link when downloading artifact should work

Actual Results

404

This is the link of the stored artifact https://*********/jenkins/*****/java-spring-boot/main/92/artifacts/.jfrog/jfrog-xray-issues.json

This is the link computed by the view

https://*********/jenkins/*****/java-spring-boot/main/92/artifacts/jfrog-xray-issues.json

It's missing the '.jfrog' folder

Anything else?

Artifact are stored correctly but not able to be downloaded

Are you interested in contributing a fix?

Yea I will

jonesbusy commented 3 months ago

Fixed by #10