Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Windows 8.1 x64, JDK 1.7.0_51, Jenkins 1.553
Description
Continued operation of Jenkins creates multiple copies of "winstone.jar" with a numeric suffix in TEMP folder (winstone12343543634634.jar). We had about 800Gb of these accumulated, slowing down the host system.
We are currently running Jenkins directly (`java -jar jenkins.jar`) via Windows scheduled task.
ifernandezcalvo thanks again!
As per your suggestion, I updated my start shell script to:
Now the extra winstone jars are cleaned up on startup, I also tested a safeRestart and again there was only 1 winstone jar file (for the running Jenkins).
So it's solved for me, cheers!