Hi, Some backstory/details:
1. I use Jenkins not for builds, but for automation jobs (robot framework) 2. I have a separate jenkins job for each test bed, even if they are each capable of running the same tests 3. Each jenkins job is parameterized; those parameters include which software build will be loaded onto the device to be tested, and which device model is to be tested I want to be able to create a global report that includes data from multiple jobs where: 1. a chart clearly shows pass/fail statistics for each parameterized software build # and device model (ie, device model vs build pass/fail grid) Some thoughts 1. I need to be able to create multiple reports, filtering which jobs provide data to the results (ie regex job name filter) 2. The simple parameterized reports plugin is very close to what i need, except it only shows data for one job, and the layout is jenkins job# based, where in my case one side of the grid is the sw parameterized build #s and one side is parameterized device type, (xy), and the jenkins job # could be inside the resulting box and the text colored green/red depending on pass/fail So before I reinvent the wheel, is there anything that might provide this data already? (Ability to create an x/y grid report based on global parameters) and if not, whats my best direction for a primer on writing my own jenkins plugin to do this? (Or add it to someone else's existing plugin?) thanks, David -- 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/e0e41e7a-f2bf-4b82-9708-ba80e186053d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.