-
Improvement
-
Resolution: Unresolved
-
Major
-
None
It would be useful to automatically rollback a release if the release fails with the release:rollback goals. This would probably be best as an option in the project configuration that is default to false (do not perform a rollback).
In addition, provide a button that performs release:rollback.
- is related to
-
JENKINS-4560 POMs left in a modified state after failed release
-
- Open
-
I noticed that adding rollback before clean (release:rollback clean verify) doesn't work because failing to rollback fails the build. This would have been otherwise a great workaround for my need.