Docker Build Step
Deprecated
Deprecated, previously was used for Docker Build build step.
Replace with
DockerCommandStep
Content copied to clipboard
Deprecated, was used for Docker Build build step. Please use Docker command runner step instead.
See also
Properties
Link copied to clipboard
Additional arguments that will be passed to the 'build' command.
Link copied to clipboard
Optional collection of build step execution conditions
Link copied to clipboard
If blank, the folder containing the Dockerfile will be used.
Link copied to clipboard
Build step execution mode
Link copied to clipboard
Newline-separated list of the image name:tag(s).
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
Deletes all configured build step conditions
Link copied to clipboard
Link copied to clipboard
Configures build step conditions
Link copied to clipboard
Use Dockerfile content
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Sets filesystem path to Dockerfile
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Sets Dockerfile URL
Link copied to clipboard
Validates this object and reports found errors to the provided consumer