Like this https://github.com/groupon/DotCi-Plugins-Starter-Pack/blob/master/src/main/java/com/groupon/jenkins/dotci/plugins/JunitPluginAdapter.java#L48
On Monday, July 7, 2014 2:04:09 AM UTC-5, Manivel R wrote: > > I am writing a jenkins plugin using Java & Jelly script and wanted to > automatically call the "Publish JUnit test result report" step at the end. > I do see an option in the post build step but i am looking to achieve this > as part of plugin itself. So that i dont have to exclusively call this step > ""Publish JUnit test result report". > > I red something doPost() method will trigger the post build action but > wanted to know how to i call ""Publish JUnit test result report" as part of > it. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
