Running Jenkins on Windows 7 as a service. The service is running as my account.
For jobs that contain an "Execute Windows batch command" build step, Jenkins attempts something along the lines of the following: $ cmd /c call C:\Users\xxxxxxx\AppData\Local\Temp\hudson6510189398488661865.bat Is there a way to configure which directory Jenkins tries to use for this operation? Thanks.
