Downstream build view and/or aggregated test results plugins? https://wiki.jenkins-ci.org/display/JENKINS/Downstream+buildview+plugin
Looks like aggregated downstream test results is now built in to Jenkins, I couldn't find the plugin on the plugin site You could also have a job that runs periodically and grabs all the test results, something in the following link might help. http://shotgunsandpenguins.blogspot.com/2009/07/how-to-aggregate-downstream-test.html -----Original Message----- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of phil swenson Sent: Thursday, July 26, 2012 2:18 PM To: jenkinsci-users Subject: best approach for aggregating test results across many nodes/jobs We have many nodes and many jobs running tests. What is the best way to get all the test results in one report so we know our full status in one view? thanks