-
New Feature
-
Resolution: Duplicate
-
Major
-
None
Please extend the findbugs plugin for finer build status setting.
I want to be able to set for different severities different thresholds. E.g. I want to fail the build if 1 high priority task is found or when 10 normal priority tasks are found.
At the moment I can only let the build fail if either 1 high priority and the normal priority is not checked or I can let the build fail with 10 tasks together. But in the last case the build can also be good with 9 tasks of high priority.
- duplicates
-
JENKINS-3561 Build health computation with several thresholds
- Resolved