Hudson - Run console app and fail build if exit code is anything other than 0
I want to run a console app 开发者_如何学Goutility as a Windows Batch Command step in my Hudson build. If the console application returns anything other than an exit code of 0, I want to fail my Hudson build. Is this possible?
That's the default behaviour, so it should work.
精彩评论