-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.7.3 with JaCoCo plugin 2.0.1
When using the post build step to publish JaCoCo coverage the plugin takes all files in the **/classes directory.
Having jar files with large resource files leads to xxxGB of wasted space on the Jenkins server, because this is stored for every build job.
The plugin should only publish *.class files to the jobs\xxx\builds\123\jacoco\classes directory.