Hi there,

Jenkins version: 1.480.3
Jacoco version: 1.0.12

I would like to disable jacoco code coverage reports for few projects. Did lot of web searching but nothing seems to be working. I found one link at https://groups.google.com/forum/#!topic/jenkins-jacoco-plugin-mailing-list/LCWg0ukJ_wg/discussion that says that my settings should work, but no luck

Here is the scenario
Jenkins builds master POM
Somewhere deep in hierarchy I have two projects (say gen1 and gen2). These projects do generate code using maven plugin. Rest of the code uses the generated code.

For generated code I wanted to exclude code coverage reports. So I tried to configure jenkins jacoco plugin with exclusion entry
**/gen1/**, **/gen2/**

After the build is done, jenkins still happily shows the coverage reports for these projects.

Even tried configuring maven, but that also does not work.


Any help is greatly appreciated.

Niranjan

--
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to