A plugin for Jenkins CI that automatically reverts SVN commits for a build if build status is changed from successful to unstable.
It currently only works for jobs with a single module, or with multiple modules from the same repository.
- Made Claim plugin integration/dependency optional.
- Option to revert changes only if a broken build contains exactly one commit.
- Builds with a commit having "revert" somewhere in the commit message will no longer revert anything.
- Plurilization in messages.
- Job name is now included in revert commit message.
- Fixed an issue where builds would fail when revert failed.
No longer failing build if revert failed.
- Only reverting changes if all changes in the commit are in the workspace checked out by Jenkins.
- No longer claiming/sending mail when files to revert are out of date.
- Fixed multi-module support, which has been broken.
- Support for e-mailing to committers when reverting.
- Integration with Claim Plugin, making non-sticky claims when bad commits have been reverted.
- Removed ability to configure commit message when reverting.
- Support for reverting multiple commits.
Support for reverting commits in multiple modules (but still in the same repository).- Not reverting if files are out of date.
- Initial version. Support for single modules.