-
Story
-
Resolution: Incomplete
-
Blocker
-
Jenkins is deployed on ubuntu
I am not able to see the html report ..... my directory inside the jenkins directory ; html path is test/test-output/abc/abc.html .
inside the test-output,lots of directory is created ; abc is one of them;there are abc,def,ghi,lmn etc.
Once I am clicking through jenkins dashboard it is showing till abc,def,ghi,lmn ... but once I am clicking on abc, it is not showing any report.
I have tried with html publisher version 1.11 and 1.14.
While in the configuration,I have provided as :
HTML directory to archive : test/test-output
Index page : index.html
Report Title : test-rep
Even I tried to change HTML directory to archive : test/test-output with test/test-output/*/ ,it did not work.
Hi vikasmayank - based on the configuration, I would expect that when you clicked on the report menu option in Jenkins, that it would display the contents of index.html. Is that the page that is showing abc,def,ghi, etc.? If so, are you able to let me know what some of the `href`s are for the links pointing at abc,def,ghi,etc. as perhaps these aren't getting formed properly?
Another option is, if the page uses Javascript to do some stuff, then you might need to consult https://wiki.jenkins.io/display/JENKINS/Configuring+Content+Security+Policy as it might be Javascript that isn't getting run.