includedFiles

@JvmName(name = "ubciuqbvmvcqvoma")
suspend fun includedFiles(value: Output<List<String>>)
@JvmName(name = "iudcbhagtyldmtho")
suspend fun includedFiles(value: List<String>?)

Parameters

value

ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match extended with support for **. If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is not empty, then we make sure that at least one of those files matches a includedFiles glob. If not, then we do not trigger a build.


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


@JvmName(name = "rbjhxjionjfkycbm")
suspend fun includedFiles(values: List<Output<String>>)
@JvmName(name = "lolhkcsprpwsvrka")
suspend fun includedFiles(vararg values: String)

Parameters

values

ignoredFiles and includedFiles are file glob matches using https://golang.org/pkg/path/filepath/#Match extended with support for **. If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignoredFiles filter and includedFiles is not empty, then we make sure that at least one of those files matches a includedFiles glob. If not, then we do not trigger a build.