Hi Jerome, I want all the information in tabular format. If you refer to my original email i had the JUNIT groovy template that you have.
Your/My original template will actually print something like this: Testcase | Status | Pass | Fail | Skipped | Total TestResult: Name : abc Status : Pass Pass = 1 Fail = 0 Skipped=0 Total=1 Expected Output: TestCase | Status | Pass | Fail | Skipped | Total abc pass 1 0 0 | 1 Regards Pradeep On Thursday, November 24, 2016 at 11:49:38 PM UTC+5:30, jer...@bodycad.com wrote: > > For the template part, here's some header variables (I do the same with > jelly but I replace the value before giving the template to emailExt): > > <!-- Local variables --> > <% > style_default = "font-family:Verdana,Helvetica,sans serif; font-size:11px; > color:black;" > style_header = "color: black;" > style_bg1 = "color:white; background-color:" + style_cie_color + "; > font-size:120%;" > style_bg2 = "color:#666666; background-color:white; font-size:110%; > margin-left: 2px; margin-right: 2px;" > style_bg3 = "color: black; background-color:white;" > style_tr = "border: 1px solid " + style_cie_color + ";" > style_failure = "color: red;" > style_success = "color: green;" > style_unstable = "color: yellow;" > ... > %> > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/50905ccd-a6f9-41d8-981a-0e013381c5e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.