I've got a build script from a 3rd party tool. It does it's job properly, but throws a useless exception at the end which I need to ignore.
But Hudson doesn't ignore it. It stops my build when this script exits with an error code != 0. Which it does, even when the last line is 'exit 0'.
There is no option in the Hudson build configuration to specify how to treat failure of a particular build step.
Is there a hidden option to tell Hudson to soldier on? Where is the general reference for Hudson's config.xml?