SSH-slaves plugin does not recommend to use the same user on the same host for several agent connections because it would share the remoting and the java cache folders https://github.com/jenkinsci/ssh-slaves-plugin/blob/master/doc/TROUBLESHOOTING.md#overall-recommendations it would never was recommended. In your case you share home folder on a remote filesystem, that it is mostly the same. Also the use of a remote filesystem for the working folder would impact in the performance of any job that you run on those agents, it would be a bottleneck, it has to support all the IO operations of all your simultaneous running jobs, and those remoting filesystem use to not perform as fast as an hard disk.
-- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7f979d8e-09b6-42e6-b65d-0ead14be906c%40googlegroups.com.
