ignoredFiles

@JvmName(name = "rdsbgyhjwcnjsost")
suspend fun ignoredFiles(value: Output<List<String>>)
@JvmName(name = "chslixlqglvhoepm")
suspend fun ignoredFiles(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 ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. If ignoredFiles is not empty, then we ignore any files that match any of the ignored_file globs. If the change has no files that are outside of the ignoredFiles globs, then we do not trigger a build.


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


@JvmName(name = "bunytknbuhcsreqt")
suspend fun ignoredFiles(values: List<Output<String>>)
@JvmName(name = "cfyvwbhutbdqvoxa")
suspend fun ignoredFiles(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 ignoredFiles and changed files are both empty, then they are not used to determine whether or not to trigger a build. If ignoredFiles is not empty, then we ignore any files that match any of the ignored_file globs. If the change has no files that are outside of the ignoredFiles globs, then we do not trigger a build.