In there iOS plugin there some concepts of a physical device attached to a slave, and executors are assigned to each one. Is there a more generic plugin that can do the same thing for arbitrary devices? For example, I'd like to have a slave with 4 serial ports, and have one executor dedicated to each one, i.e. /dev/ttyS0 for the first executor. It would have to support many slaves with a similar setup. I swear seeing references to such a plugin but I can't find it right now.
What I'd be using it for is to mount EBS volumes on different /dev/sdb* devices, then doing a chroot'd install of system packages, then un-mounting. AWS requires a unique /dev device when mounting these volumes, and linux only support a limited number of them, i.e. I can't create them on the fly. Having them per-executor REALLY simplifies things for me. -justin -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
