includedFiles

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

Parameters

value

If any of the files altered in the commit pass the ignored_files filter and included_files 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 ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.


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


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

Parameters

values

If any of the files altered in the commit pass the ignored_files filter and included_files 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 ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.