Hi,
I have written a post build plugin to publish test results using xml generated by in-house automation tool. Now I need publish summery of these reports across all jobs, on Dashboard view's "Test Statistics Grid and Test Statistics Chart",similar as TestNG/Junit report publisher plugin.
For this what I need to do? I checked https://issues.jenkins-ci.org/browse/JENKINS-12275 and https://github.com/jenkinsci/testng-plugin-plugin/commit/ca1c5e3261f929058ade071d06647e3f4ab3c181
But don’t understand what I need to do after extending TestResultProjectAction ?
Thanks
Abhishek