sourceToBuild

@JvmName(name = "tevwshcidvbcfmas")
suspend fun sourceToBuild(value: Output<TriggerSourceToBuildArgs>)
@JvmName(name = "cnwywmeefsejhbvb")
suspend fun sourceToBuild(value: TriggerSourceToBuildArgs?)

Parameters

value

The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of trigger_template, github, pubsub_config webhook_config or source_to_build must be provided. Structure is documented below.


@JvmName(name = "itjxhimpedfylodk")
suspend fun sourceToBuild(argument: suspend TriggerSourceToBuildArgsBuilder.() -> Unit)

Parameters

argument

The repo and ref of the repository from which to build. This field is used only for those triggers that do not respond to SCM events. Triggers that respond to such events build source at whatever commit caused the event. This field is currently only used by Webhook, Pub/Sub, Manual, and Cron triggers. One of trigger_template, github, pubsub_config webhook_config or source_to_build must be provided. Structure is documented below.