-
New Feature
-
Resolution: Fixed
-
Minor
-
None
Add the ability to specify custom agent parameters. For example to mount host volumes into a docker container.
pipeline { agent docker:'maven:3.3.3', args:'-v /mnt/dev/repo:/root/.m2/repository' ... }