Class DockerPostBuilder

java.lang.Object
hudson.model.Descriptor<Publisher>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.dockerbuildstep.DockerPostBuilder
All Implemented Interfaces:
Saveable, OnMaster

@Extension public class DockerPostBuilder extends BuildStepDescriptor<Publisher>
Post build step which stops and removes the Docker container. Use to cleanup container(s) in case of a build failure.