Hello,
I'm trying to set up test result aggregation, but I have yet to succeed as there is very little documentation on how to use it.
My setup:
- 1 upstream job that builds a product (and launches the downstream job)
- 1 downstream matrix job that runs tests of the product on multiple platforms (separate jenkins slaves)
I've found some bug reports that aggregation doesn't work with multi-configuration jobs, but this
comment mentions a workaround by specifying the jobs explicitly.
This does not work for me, upstream job still reports "Latest Aggregated Test Result (no tests)".
Has anyone managed to get this to work and has any instructions on how to do so?