If I set the "Build success condition " to this.result==0 my builds run successfully. But, if I set the value to this.result==0 and this.logContainsLine("BUILD SUCCESSFUL"), then my builds are shown as failed from QuickBuild, but the logs look fine. I have selected the "Success condition from Maven" entry from the Choose drop-down menu, so I don't think this is a typo on my part.
Description
If I set the "Build success condition " to this.result==0 my builds run successfully. But, if I set the value to this.result==0 and this.logContainsLine("BUILD SUCCESSFUL"), then my builds are shown as failed from QuickBuild, but the logs look fine. I have selected the "Success condition from Maven" entry from the Choose drop-down menu, so I don't think this is a typo on my part.