-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
When using the Ant tasks for JaCoCo I have no problem specifying a directory containing JARs or an individual JAR in \\report\structure\classfiles. It seems the Jenkins JaCoCo plugin does not support this, JARs are ignored. As a workaround I have another post-build task first extracting the JAR into a temporary directory.
[JENKINS-19915] Support specifying one or more JARs in the classPattern
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Description |
Original:
When using the Ant tasks for JaCoCo I have no problem specifying a directory containing JARs or an individual JAR in \\report\structure\classfiles. It seems the Jenkins JaCoCo plugin does not support this, JARs are ignored. As a workaround I have another post-build task first extracting the JAR into a temporary directory, from which the plugin then copies them into builds/*/jacoco/classes. This seems unnecessary. |
New: When using the Ant tasks for JaCoCo I have no problem specifying a directory containing JARs or an individual JAR in \\report\structure\classfiles. It seems the Jenkins JaCoCo plugin does not support this, JARs are ignored. As a workaround I have another post-build task first extracting the JAR into a temporary directory. |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Workflow | Original: JNJira [ 151436 ] | New: JNJira + In-Review [ 177958 ] |