'Jenkins is deleting workspaces on agents

Jenkins is deleting workspaces on agents/nodes after 30 days or 30th day of month. After looking into jenkins folder located at

/var/lib/jenkins/logs/tasks

I found logs here with name Workspace\ clean-up.log. Why this is being created? I suspected it may be because of workspace cleanup plugin. Now I have deleted this plugin as well, but this issue is not resolved. How to know why workspaces are getting deleted on agents? Is there a way i can stop this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source