allowExitCodes

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


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