i have multiple big directories in the workspace directory in Jenkins, these directories are about a year old can I rm -rf these folders or it would break something? and what does it mean when i have the same folder name but with different ending such as @2 , @2@tmp?
CodePudding user response:
As far as I know, you can remove everything without any concern. Of course, you'll lose all the job outputs and archived artifacts.
About @2
folders, if I'm not wrong, they are created when there are concurrent jobs running.