allowExitCodes

@JvmName(name = "xkfryfgbtlgcedjk")
suspend fun allowExitCodes(value: Output<List<Int>>)
@JvmName(name = "eamcxvkrvjwfglwd")
suspend fun allowExitCodes(value: List<Int>?)

Parameters

value

Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allowFailure is also specified, this field will take precedence.


@JvmName(name = "xghitxbfcitksyoe")
suspend fun allowExitCodes(vararg values: Output<Int>)


@JvmName(name = "xfeqwndvgogknmur")
suspend fun allowExitCodes(values: List<Output<Int>>)
@JvmName(name = "ompeqggsgtsskhog")
suspend fun allowExitCodes(vararg values: Int)

Parameters

values

Allow this build step to fail without failing the entire build if and only if the exit code is one of the specified codes. If allowFailure is also specified, this field will take precedence.