-
Bug
-
Resolution: Unresolved
-
Minor
-
None
because of specifics of our project we need reboot node just after jenkins build completed
After updating I observe that some garbage generated if we enable workspace clean up
e.g. I see many dirs like this
/local/home/jenkins/fsroot/workspace/<my project>_ws-cleanup_1430299254267
I suppose that it's connected to asynchronously deletion and deletion is not completed until node reboot
We see a similar issue on Windows, the directory is renamed because of the asynchronoous delete, but we reboot the node in the next jenkins step and the asynchronous delete then isn't finished. Also because of the size of our workspace we see that the asynchronous delete together with the fresh checked out tree is causing our systems to run out of diskspace. Would be helpful for us to have an option to disable the asynchronous delete, we know our build takes more, but it saves us ton of diskspace.