These Jenkins jobs are currently configured to email two mailing lists and three individuals when the "unstable" (successful build with failed tests) or "failure - any" (failed build) triggers fire. It looks like the better triggers to use if we only care about multiple successive failures would be:
- "Failure - Still": An email will be sent if the build status is "Failure" for two or more builds in a row.
- "Unstable (Test Failures) - Still": An email will be sent if the build status is "Unstable" for two or more builds in a row.
- "Failure -> Unstable (Test Failures)": An email will be sent any time the build goes from failing (compilation or build step failures), to unstable (unit test failures).