Back
How can I clean up the workspace in Jenkins? I am using AccuRev as a version control tool.
I created freestyle projects in Jenkins.
Assuming that the question is related to cleaning the workspace of Jenkins in that case. You can use:
rm -rf /var/jenkins_home/workspaces/<workspace>
Or You could do it on the Jenkins Dashboard.
31k questions
32.8k answers
501 comments
693 users