On Tuesday, June 16, 2015 at 3:04:52 PM UTC-4, Jesse Glick wrote: > > On Wednesday, April 1, 2015 at 7:34:49 PM UTC-4, Rinaldo DiGiorgio wrote: >> >> Can someone suggest how to collect the test results to show trends on a >> single page so that users can go to one page and see all the results for a >> job that needs to compile on n different platforms and has corresponding >> tests for all those platforms. >> > > You can run JUnitResultArchiver multiple times from one build; all the > results will be aggregated. What is not yet possible is to segregate the > results by some criteria, such as platform. >
we have been using that and it works very well. We are using some groovy code to process the test results and group them. I would like to produce some display results in groovy and put them on the build page. I don't know how to link issues so I am not opening another issue one unless you instruct me to. Suppose i have all my test results and I have written some groovy code that is coming out of the internal Jenkins pipeline repo and I want to create an html version of the output using some template processor. Is there someway to do this with jelly. I did not see an include tag. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/cf242e2d-c0bd-408f-a3c2-772288b469c4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
