My data on Dashboard view

42 views
Skip to first unread message

abhishek gupta

unread,
May 23, 2015, 2:51:51 PM5/23/15
to jenkin...@googlegroups.com

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

Michael Willemse

unread,
May 24, 2015, 8:54:54 AM5/24/15
to jenkin...@googlegroups.com
Did you call build.addAction(new YourProminentAction()) in the perform method on your Publisher/Build Step?

Like line 77 on https://github.com/jenkinsci/aws-lambda-plugin/blob/master/src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStep.java

abhishek gupta

unread,
May 25, 2015, 1:50:56 AM5/25/15
to jenkin...@googlegroups.com
No, But I am doing below in case of success:-

 build.getActions().add(new YourProminentAction());
Reply all
Reply to author
Forward
0 new messages