Jenkins cannot delete workspace Jenkins cannot delete workspace jenkins jenkins

Jenkins cannot delete workspace


Jenkins Post Build Action > 'Delete Workspace when the build is done' should do the job.
Or else, if you have permission problems, then you can
Add a Build Step > 'Execute shell'
and run command 'sudo rm -rf $WORKSPACE'