allowFailure property

bool? allowFailure
getter/setter pair

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 failure_detail field.

Implementation

core.bool? allowFailure;