Hi,
Recently we've updated Jenkins to 1.608 version.
Some jobs started failing due to permission errors. As we investigated the issue, we found out that although the machine is logged in with userX, the Jenkins runs with domain admin user with that machine.
Also I see that under Manage Jenkins --> Nodes --> <Machine Name> --> System Information the Environment Variables section shows all information relevant to the admin user and not the logged in user.
For example:
| LOCALAPPDATA | C:\Users\adminUser\AppData\Local |
The machine has only one session and it is userX, the slave.jar was started with that user.
Does someone knows why this happens?
Thanks,
Valeriy