Am Freitag, 21. Juli 2017 18:20:48 UTC+2 schrieb Marcos: > > Hi, > > I'm trying to move our current Jenkins setup based on one single > master to a distributed one. My first tests were unsuccessful > because the agent is unable to move into the working directory > because it doesn't exist[0]. >
You need to make sure the configured workspace base directory exists on the slave node (check yuor slave configs, it should be /var/lib/jenkins/workspace ). Björn > -- > Marcos > -- 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/84331b3b-45e8-4d61-90b1-f418c7f74acd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
