-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor
-
Component/s: core
hudson.model.Run#setResult(Result r) will not set the status if the new status is worse than the existing one.
I want to be able to use Groovy Postbuild Plugin to "fail out" of the job to end prematurely, but set the build as a success. For certain tool results, I want to skip the rest of the build process, but not trigger a failure.
See issue #12010