volumes

@JvmName(name = "iqqxsvbnwyhohnxx")
suspend fun volumes(value: Output<List<TriggerBuildStepVolumeArgs>>)
@JvmName(name = "qnptgliwbtopvttj")
suspend fun volumes(value: List<TriggerBuildStepVolumeArgs>?)

Parameters

value

List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration. Structure is documented below.


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


@JvmName(name = "oydgdnjstnwbkerp")
suspend fun volumes(values: List<Output<TriggerBuildStepVolumeArgs>>)
@JvmName(name = "vsdqswdiwnwjgwbm")
suspend fun volumes(vararg values: TriggerBuildStepVolumeArgs)

Parameters

values

List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration. Structure is documented below.


@JvmName(name = "tcjuatwxjyibqexu")
suspend fun volumes(argument: List<suspend TriggerBuildStepVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "stqsohvgnngifyde")
suspend fun volumes(vararg argument: suspend TriggerBuildStepVolumeArgsBuilder.() -> Unit)
@JvmName(name = "qeaitipmbxtegamg")
suspend fun volumes(argument: suspend TriggerBuildStepVolumeArgsBuilder.() -> Unit)

Parameters

argument

List of volumes to mount into the build step. Each volume is created as an empty volume prior to execution of the build step. Upon completion of the build, volumes and their contents are discarded. Using a named volume in only one step is not valid as it is indicative of a build request with an incorrect configuration. Structure is documented below.