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. -- 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/e3ad5c5f-0675-4f33-a6b9-084bfbd5f145%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
