-
Improvement
-
Resolution: Fixed
-
Major
-
None
We have a large number of projects in Hudson, with dependencies between each other. If the log parser finds warnings in the log, I want the build to be unstable. As it is now, the log parser can only fail the build, which will prevent the downstream builds from running.
It is now possible to fail the build on error. Please make it possible to also make the build instable on warning.
I just had a look at the source code, and adding this feature is so easy I don't even see the value in creating a patch for it. You just copy/paste the code for failBuildOnError and rename it to instableOnWarning