Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we generate HTML report in Jenkins dashboard without redirecting to HTML page?

I want to customize my Jenkins report view with HTML report. I can publish HTML report using HTML Publisher plugin, but this is navigating to HTML page in full window. Instead of that, I want to generate the HTML report view inside the Jenkins dashboard where testing results or graph is displayed.

Can anyone suggest how to publish my HTML page inside Jenkins dashboard, like testing results and test trend graph which are embedded on Jenkins page? If any plugins available or else any modifications in configuration of Jenkins.

like image 994
RaviTeja Avatar asked Jun 17 '14 07:06

RaviTeja


1 Answers

You can try HTML Publisher Plugin but there is also a useful plugin called DocLinks which allows you to publish your documents that are created in the build steps as links on the project page. Other ones are Doxygen and Cucumber.

like image 192
Rachel Gallen Avatar answered Sep 30 '22 05:09

Rachel Gallen