Define volumes to bind mound from slave host into container.

Typical usage is to bind mount maven local repository to avoid downloading dependencies again and again. If your container image does not define a custom user to match the jenkins user used on build executor (which is expected) then consider user $HOME to be /

Example : HostPath=$WORKSPACE/maven-repository, Path=/.m2/repository