A plugin for Jenkins CI that allows users to claim (take responsibility) for a failing build or assign it to another user (aka blame).
Look at wiki for detailed instructions.
- Integrate Build-Failure-Analyzer Plugin JENKINS-28722
- Add support for workflow (use SimpleBuildStep) JENKINS-27206
- Fixed compatibility with Jenkins Core 1.577 and newer JENKINS-27091
- Claim stickiness default value is now a globally configurable JENKINS-27002
- Added support for running a global groovy script whenever a claim is changed
- You can now claim for other users than yourself JENKINS-7824
v2.4 (14 Oct 2014)
- Add support for hierarchical projects JENKINS-17734
- 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.