-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Hudson 1.353, Cobertura plugin 0.8.11
In a matrix build, there is a special configuration that generates a code coverage report. (It actually runs gcov and transforms the results to Cobertura format, which is why we cannot run it in the "release" configurations.) This breaks the Cobertura plugin, since it complains that it cannot find the coverage report in the other configurations, and fails the build.
- duplicates
-
JENKINS-20706 Make Cobertura plug-in support multi-configuration (matrix) jobs
- In Progress