I am using the jenkins multijob plugin to execute a number of parallel builds in the same build phase and i want to display the test results in the main multijob project so i select a post-build action step to 'Aggregate down stream test results' and select both options 'Automatically aggregate all downstream tests' and 'Include failed builds in results' but when the jobs complete and i go into the main multijob project it shows 'no tests' under 'Latest Test Result' link...
Has anyone else encountered this issue? My downstream 'child' projects that run in parallel are multi-configuration projects.
Fingerprinting not enabled on this build. Test aggregation requires fingerprinting.when you click theAggregated Test Resultlink on your builds? I've tried turning Fingerprinting on for both the downstream job and multi-job with no luck. - johnmcase