Jenkins: Is there any way to cleanup Jenkins workspace?

后端 未结 11 1847
既然无缘
既然无缘 2020-11-29 03:18

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

I created freestyle projects in Jenkins.

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 03:54

    Workspace Cleanup Plugin

    In Jenkins file add

    cleanWs()
    

    This will delete the workspace after the build is complete

提交回复
热议问题