-1

I'm very new to jenkins. I'm using Jenkins & Robot. Currently, I've written script in perl. Now i'm able to generate 'Xml' file. And also I've generated 'log.html' and 'result.html' . I need some interpreter to show these reports on jenkins & also charts as well. I need your help in this.

Jackie James
  • 785
  • 8
  • 15
  • 28

1 Answers1

1

Install HTML publisher plugin plugin

Refer HTML Publisher Plugin

To display the html in browser

From your job

Select Add Post-build Action->Publish Html Reports

Specify the html path in Html Directory to archieve section

Specify the html to be displayed in IndexPages

Stack User 5674
  • 1,548
  • 1
  • 20
  • 44
Sumeshk
  • 1,980
  • 20
  • 33
  • @ Sumesh : Thank you :) That helped me. I installed 'Mail watcher plugin' to send the notification. But i guess this is only for unstable builds. Is there any way how to send the reports after every execution. – Jackie James Aug 23 '13 at 09:33