.buildstatus

.buildstatus <result>

This command forces the build to have the specified <result> after the build has finished, regardless of the results of the build's steps.

Valid values for <result> are:

P
Sets the result to Passed
F
Sets the result to Failed
W
Sets the result to Warning
B
Sets the result to Stopped (as if the .break command had been specified)

Feedback