-
Bug
-
Resolution: Incomplete
-
Major
-
None
-
Jenkins 2.50 (Linux), htmlpublisher 1.12
I'm generating HTML using https://esdoc.org/ and I'm "attaching" it to the build using the publishHTML pipeline build step. That works, but for some reason not all links when clicking through the HTML work. Instead some links return a 404 error. When I try to download the zip and open it locally, then everything is working as expected.
I'm not sure if this is a bug in Jenkins (the inaccessible links contain a tilde which makes me suspicious), the plugin, or a problem with my Jenkins configuration. The fact that I get a 404 from Jenkins suggests that it's not an issue with the Content Security Policy.
Similar issue. We found that the plugin generates a http absolute URL instead of a relative one. Now, if Jenkins is behind a proxy (https...) http:// links are responding w/ Error Connection refused. Solution would be to have a relative link generated.