|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

No joy with the hotfix version:
[JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] **/buildReports/*.exec;**/bin/debugclasses;**/src; locations are configured [JaCoCo plugin] Number of found exec files: 1But I can confirm Tims workaround (entered something in the "Inclusions" section). Then the project builds fine but the build becomes unstable due to jacoco. Can someone tell me why ?
Recording test results [JaCoCo plugin] Collecting JaCoCo coverage data... [JaCoCo plugin] **/buildReports/*.exec;**/bin/debugclasses;**/src; locations are configured [JaCoCo plugin] Number of found exec files: 1 [JaCoCo plugin] Saving matched execfiles: /<Hidden>/buildReports/jacoco.exec [JaCoCo plugin] Saving matched class directories: /<Hidden>/bin/debugclasses [JaCoCo plugin] Saving matched source directories: /<Hidden>/src [JaCoCo plugin] Loading inclusions files.. [JaCoCo plugin] inclusions: [**/*.class] [JaCoCo plugin] exclusions: [] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=100, minMethod=0, maxMethod=70, minLine=0, maxLine=80, minBranch=0, maxBranch=80, minInstruction=0, maxInstruction=80, minComplexity=0, maxComplexity=80] [JaCoCo plugin] Publishing the results.. [JaCoCo plugin] Loading packages.. [JaCoCo plugin] Done. Build step 'Record JaCoCo coverage report' changed build result to UNSTABLE Finished: UNSTABLE