Hi ,
Now the Jenkins master, 18 slaves and 200+ jobs ==> everything is @ jenkins home is pointed to c:\Users\RobertoGa
Since the jenkins application is not installed as windows service , it is coupled with the user RobertoGa.
We have created a service user account now - called 'adm_jenkins'. This will be always as a logged in user
- Started Jenkins using adm_jenkins user
> java -DJENKINS_HOME=c:\Users\RobertoGa -jar <jenkins.war>
It seems Slave information is stored somewhere & not loaded when launching the tool using a different user
Cheers,
LnT