volumes

@JvmName(name = "knfdbifwqqwuxcqh")
suspend fun volumes(value: Output<List<TriggerBuildOptionsVolumeArgs>>)
@JvmName(name = "amkqjflclbhkfnmu")
suspend fun volumes(value: List<TriggerBuildOptionsVolumeArgs>?)

Parameters

value

Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration. Structure is documented below.


@JvmName(name = "wcaeajgkpfagauwd")
suspend fun volumes(vararg values: Output<TriggerBuildOptionsVolumeArgs>)


@JvmName(name = "jdaljomebueafmrg")
suspend fun volumes(values: List<Output<TriggerBuildOptionsVolumeArgs>>)
@JvmName(name = "gxdfuakqyvkjnssj")
suspend fun volumes(vararg values: TriggerBuildOptionsVolumeArgs)

Parameters

values

Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration. Structure is documented below.


@JvmName(name = "xvpdnltntmelmylg")
suspend fun volumes(argument: List<suspend TriggerBuildOptionsVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "afibmncywpfdxiwc")
suspend fun volumes(vararg argument: suspend TriggerBuildOptionsVolumeArgsBuilder.() -> Unit)
@JvmName(name = "vxgoyktfuuyjvpvf")
suspend fun volumes(argument: suspend TriggerBuildOptionsVolumeArgsBuilder.() -> Unit)

Parameters

argument

Global list of volumes to mount for ALL build steps Each volume is created as an empty volume prior to starting the build process. Upon completion of the build, volumes and their contents are discarded. Global volume names and paths cannot conflict with the volumes defined a build step. Using a global volume in a build with only one step is not valid as it is indicative of a build request with an incorrect configuration. Structure is documented below.