allowFailure

@JvmName(name = "hxjugylgimusmmwh")
suspend fun allowFailure(value: Output<Boolean>)
@JvmName(name = "niadhmbetiopbkdw")
suspend fun allowFailure(value: Boolean?)

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.