I discovered that on a Windows Jenkins server (Windows 2008 R2 Server) when a 'file parameter" uploads a file to the server it uses the C:\Users\userName\AppData\Local\Temp folder to keep a temporary copy of the file.
In addition, these temporary files are not cleaned with any frequency.
As a result, I have run out of disk space trying to upload large files to the server.
However, the same server has a very large D partition. Is it possible to redirect the temporary "file parameter" uploads to this partition instead of the C system partition?
Thanks for any feedback!
Ioannis