triggerTemplate

@JvmName(name = "wbtlevroecxpjdfb")
suspend fun triggerTemplate(value: Output<TriggerTriggerTemplateArgs>)
@JvmName(name = "qrkkvedxoemrvrqv")
suspend fun triggerTemplate(value: TriggerTriggerTemplateArgs?)

Parameters

value

Template describing the types of source changes to trigger a build. Branch and tag names in trigger templates are interpreted as regular expressions. Any branch or tag change that matches that regular expression will trigger a build. One of trigger_template, github, pubsub_config, webhook_config or source_to_build must be provided. Structure is documented below.


@JvmName(name = "mjqwnntsydwyefxb")
suspend fun triggerTemplate(argument: suspend TriggerTriggerTemplateArgsBuilder.() -> Unit)

Parameters

argument

Template describing the types of source changes to trigger a build. Branch and tag names in trigger templates are interpreted as regular expressions. Any branch or tag change that matches that regular expression will trigger a build. One of trigger_template, github, pubsub_config, webhook_config or source_to_build must be provided. Structure is documented below.