Jenkins: Is there any way to cleanup Jenkins workspace?

后端 未结 11 1874
既然无缘
既然无缘 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:51

    You will need to install this plugin before the options mentioned above will appear

    Workspace Cleanup Plugin

    This plugin add the check box to all job configs to allow you to delete the whole workspace before any steps (inc source control) are run

    This is useful to make sure you always start from a known point to guarantee how you build will run

提交回复
热议问题