Work in progress - use at your own peril
A plugin for Jenkins CI that allows users to claim (take responsibility for) a failing build, and to quarantine tests,
which means they will be excluded from the final PASS/FAIL decision.
Look at wiki for detailed instructions.
- Added support for translations and added Chinese translation
- Added new icon to make claim plugin more visible
- All jobs are now visible in claim report JENKINS-16801
- Fixed HTML rendering issue introduced in 2.0 JENKINS-16766
- Store and display a date of when a claim was added.
Option to sticky claim test failures if the failure is "similiar"- Improved Matrix claim information
- Show user names in claims instead of ids.
- Support for claiming Matrix builds.
- Updated claim plugin to match updated Jenkins API
- Make sure that the claim plugin runs after all the other extensions that can change the build status run.