Of late I have been doing custom HTML reports to be published in Jenkins. It seems that if files are in the same directories as the index page they can be referenced from Jenkins, but not if they are in a subdirectory.
To illustrate, if the following is the published index page then, file2 will be displayed, but file3.html with yield a 404 error. <html><body> <a href='file2.html'>same_level</a> > <a href='nested/file3.html'>in_subdir</a> > </body</html> > All of the files in the hierarchy will be archived, Anyone know whether this is defined behaviour or a bug? *Tested on Jenkins 1.531 with HTML Publisher 1.2* -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.