Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top