-
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
-
[JENKINS-8038] Add support for running release:rollback if a release fails
Link | New: This issue is related to JENKINS-4560 [ JENKINS-4560 ] |
Workflow | Original: JNJira [ 138141 ] | New: JNJira + In-Review [ 174830 ] |
Assignee | Original: James Nord [ teilo ] |
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.