Hi, This jacoco plugin : https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin overrides the exclusion list provided in build.gradle with its own set of exclusions which it accepts as a parameter as a part of jenkins config. Is there way I can provide that exclusion list as a part of build.gradle itself? The reason being it gets too messy to include the exclusion list in jenkins config for multi-module projects.
If no such plugin already exists, can somebody suggest any changes that I can make in the code https://github.com/jenkinsci/jacoco-plugin/ so that the existing build.gradle exclusion list for jacoco is not overridden. Thanks in advance, Ipsita Samal -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5f1db3e5-15ef-4120-bb90-1bf7f0561d59%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
