I have a build script from a third-party tool. He does it right, but throws a useless exception at the end, which I need to ignore.
But Hudson does not ignore this. It stops my build when this script exits with an error code! = 0. What does it do even if the last line is "exit 0".
There is no option in the Hudson build configuration to indicate how to handle the failure of a particular build step.
Is there a hidden option to tell Hudson a soldier? Where is the generic link for Hudson config.xml?
source
share