-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Linux
When building the project through Ant directly, Jacoco produces a coverage report as expected, when building the project via Jenkins the .exec file produced by Jacoco is empty and the resulting coverage report shows 0% across all classes.
I've searched and come up empty for issues relating to interaction between Ant and Jenkins.
Processing coverage information works as expected as far as I see.
Please read the output of the JaCoCo plugin as part of your build carefully, it prints out which files are found based on your configuration, this typically indicates that the locations of the .exec/.class/.java files are not set correctly.
Please reopen this issue together with the relevant parts of the build-output if there is still an issue for you.