excludes

@JvmName(name = "wxxqcbbnlcfhjbyw")
suspend fun excludes(value: Output<List<String>>)
@JvmName(name = "euyftutjjmiuwlll")
suspend fun excludes(value: List<String>?)

Parameters

value

A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.


@JvmName(name = "hmckmsryobqwoqml")
suspend fun excludes(vararg values: Output<String>)


@JvmName(name = "apqsvysrlwnlumpy")
suspend fun excludes(values: List<Output<String>>)
@JvmName(name = "yjulatvixcqbejwh")
suspend fun excludes(vararg values: String)

Parameters

values

A list of patterns of Git repository file paths that, when a commit is pushed, are to be excluded from starting the pipeline.