allowExitCodes

@JvmName(name = "uchrbaflwivpejjt")
suspend fun allowExitCodes(value: Output<List<Int>>)
@JvmName(name = "teeuxagqbherhqtl")
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 = "cccqqgxpamglgkfk")
suspend fun allowExitCodes(vararg values: Output<Int>)


@JvmName(name = "qhccmpddkujhqujd")
suspend fun allowExitCodes(values: List<Output<Int>>)
@JvmName(name = "xadrmvhedroxvabk")
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.