-
Bug
-
Resolution: Not A Defect
-
Major
Html files are archived to the below location by Jenkins after the build
C:\Program Files (x86)\Jenkins\jobs\MyLocalSlaveJob\builds\28\htmlreports\HTML_Report\
But when I navigate to the url (provided for HTML Report) it tries to fetch the html files from below location and throws exception 404 as NOT FOUND.
http://pd3020-157b102:8080/job/MyLocalSlaveJob/28/HTML_Report/index.html
[JENKINS-22191] Not able to see HTML Publish Reports
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Actually the issue is that if the links are to folders not files, then Jetty will refuse to load them in this context.