allow Failure
Parameters
value
Allow this build step to fail without failing the entire build. If false, the entire build will fail if this step fails. Otherwise, the build will succeed, but this step will still have a failure status. Error information will be reported in the failureDetail
field. allowExitCodes
takes precedence over this field.