-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: HP, OS: Linux
If the release plugin has run but the release failed, it leaves your POMs
modified with the new version numbers. If your SCM uses update this will mean
that subsequent builds (or releases) will see the modified version numbers.
Apart from logging in and manually doing "svn revert", or just removing the
workspace entirely, there is no easy way for a user to fix this after a failed
release.
Possibly this problem is related to the enhancement 3925.
- is related to
-
JENKINS-8038 Add support for running release:rollback if a release fails
-
- Open
-
'Rollback goals' project config option has been added. If specified they will be invoked as maven goals if the release process fails. Attached the patch