I have a batch file that is running inside CruiseControl and outputing either “Pass” or “Fail”. How can I manage CruiseContorl so that the build fails if the output of my batch file is “Fail”?
I have a batch file that is running inside CruiseControl and outputing either Pass
Share
If the return value of the batch file is non-zero, the build will report as having failed.