How can I cleanup the workspace in Jenkins? I am using AccuRev as version control tool.
AccuRev
I created freestyle projects in Jenkins.
freestyle
Workspace Cleanup Plugin
In Jenkins file add
cleanWs()
This will delete the workspace after the build is complete