Build
Properties
Link copied to clipboard
Additional arguments that will be passed to the command.
Link copied to clipboard
If blank, the folder containing the Dockerfile will be used.
Link copied to clipboard
Newline-separated list of the image name:tag(s).
Link copied to clipboard
Specifies which Docker image platform will be used to run this build step.
Link copied to clipboard
Specifies the source of the Dockerfile
Functions
Link copied to clipboard
fun booleanParameter(customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): DelegateProvider<Boolean?>
Link copied to clipboard
Link copied to clipboard
fun content(init: DockerCommandStep.CommandType.Build.Source.Content.() -> Unit = {}): DockerCommandStep.CommandType.Build.Source.Content
Use Dockerfile content
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
Link copied to clipboard
fun <E : Enum<E>> enumParameter(customName: String? = null, mapping: Map<E, String?>? = null): DelegateProvider<E>
Link copied to clipboard
fun file(init: DockerCommandStep.CommandType.Build.Source.File.() -> Unit = {}): DockerCommandStep.CommandType.Build.Source.File
Sets filesystem path to Dockerfile
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun path(init: DockerCommandStep.CommandType.Build.Source.Path.() -> Unit = {}): DockerCommandStep.CommandType.Build.Source.Path
Sets filesystem path to Dockerfile
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun url(init: DockerCommandStep.CommandType.Build.Source.Url.() -> Unit = {}): DockerCommandStep.CommandType.Build.Source.Url
Sets Dockerfile URL
Link copied to clipboard