Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Displaying custom HTML or XML reports with Jenkins

Tags:

xml

jenkins

I have generated custom XML reports through testing. is it possible to display these XML with Jenkins? If possible, then how to display it with Jenkins?

like image 558
PrathamN Avatar asked Jan 22 '15 09:01

PrathamN


1 Answers

If it is a homebrewed XML, I would suggest that you first convert it to HTML then use the HTML Publisher Plugin

https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin

Otherwise, mark it as a build artifact and allow users to download it from the Jenkins job.

like image 108
Jocce Nilsson Avatar answered Sep 23 '22 03:09

Jocce Nilsson