Back

Explore Courses Blog Tutorials Interview Questions

Explore Tech Questions and Answers

Welcome to Intellipaat Community. Get your technical queries answered by top developers!

+1 vote
2 views
by (29.3k points)

How can I clean up the workspace in Jenkins? I am using AccuRev as a version control tool.

I created freestyle projects in Jenkins.

1 Answer

0 votes
by (12.9k points)

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.

screenshot

Browse Categories

...