allowExitCodes

@JvmName(name = "qvgnvecofuylaxgk")
suspend fun allowExitCodes(value: Output<List<Int>>)
@JvmName(name = "vqgvgubytypdwibh")
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 allow_failure is also specified, this field will take precedence.


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


@JvmName(name = "nloyiwsvkodklriq")
suspend fun allowExitCodes(values: List<Output<Int>>)
@JvmName(name = "rydknavomxpwwyvr")
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 allow_failure is also specified, this field will take precedence.