jenkinsci / nomad-plugin

Nomad cloud plugin for Jenkins
https://plugins.jenkins.io/nomad/
MIT License
56 stars 41 forks source link

Support for volume mounts #31

Closed far-blue closed 5 years ago

far-blue commented 6 years ago

It would be great to have support for host mounts. My build slaves do a lot of composer, npm etc. updating and currently the slaves don't have a shared cache. I'd like to be able to mount a known location on the host machine where I can setup the caches for these package managers.

Alternatively, if all the instances were part of a task group I could possibly use the alloc/ space Nomad makes available.

zstyblik commented 6 years ago

Hello,

I believe this feature has been added in https://github.com/jenkinsci/nomad-plugin/commit/046a6fb75cd3db75e87ef64f2c57dcd5837972d5 .

thatsk commented 6 years ago

https://github.com/jenkinsci/nomad-plugin/pull/23