Class DockerSlave

All Implemented Interfaces:
ExtensionPoint, Describable<Node>, ModelObject, PersistenceRoot, ReconfigurableDescribable<Node>, Saveable, SearchableModelObject, SearchItem, AccessControlled, EphemeralNode, Serializable, OnMaster

public class DockerSlave extends OneShotSlave
An $EphemeralNode using docker containers to host the build processes. Slave is dedicated to a specific $Job, and even better to a specific build, but when this class is created the build does not yet exists due to Jenkins lifecycle.
See Also: