Enabling "Fail the build if coverage degrades more than the delta thresholds" relative to another build?
105 views
Skip to first unread message
Kevin Binswanger
unread,
Jun 27, 2018, 3:17:34 PM6/27/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins JaCoCo plugin mailing list
I have a multibranch Pipeline job set up to run every branch of my project. One of the cool features I see in the Jacoco plugin is the ability to fail the build if coverage degrades more than a specific amount. What I'd really like to do is to fail the build if the coverage degrades more than a specific amount relative to another build (for example, trunk). Is there a way to do that already with the plugin?