-
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
Actually the issue is that if the links are to folders not files, then Jetty will refuse to load them in this context.