Docker settings on a step
You have the option to customize the Docker settings at a step level.
By default every step of a pipeline uses the same Docker image that is defined at the pipeline level. Sometimes your steps will have special requirements that make it necessary to define a different Docker image for one or many steps. This can easily be accomplished by adding the DockerSettings to the step decorator directly.
Alternatively, this can also be done within the configuration file.
Last updated