-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
1.11
After uploading a custom folder icon, the icon does not show up. Instead the ALT-Text of the image "Folder" is displayed. The provided URL of the image returns a 404.
I believe, getImageOf() returns a wrong path. I think using Jenkins.RESOURCE_PATH is wrong, since this points into the .war file of jenkins itself. It should be working if this is left out when building the url string.
- is caused by
-
JENKINS-68639 Malformed URLs for status icons images
-
- Closed
-
amesser Thanks for creating this issue. I seem to have trouble reproducing it though.
According to the documentation Jenkins.RESOURCE_PATH should return "either "" or strings like "/static/VERSION" which is what I'm seeing in my local tests and deployments as well.
Would you mind sharing the Jenkins and plugin version used as well as the "redacted" URL that gives you a 404?