GetTriggerBuildOptionVolume

data class GetTriggerBuildOptionVolume(val name: String, val path: String)

Constructors

Link copied to clipboard
constructor(name: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.

Link copied to clipboard

Path at which to mount the volume. Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths.