How to change workspace and build record Root Directory on Jenkins?

前端 未结 8 1857
野趣味
野趣味 2020-11-29 05:35

I would like Jenkins\' data to be written to drive \"E:\" since this is the large drive on the server. Jenkins itself is installed on \"C:\".

How do I do that?

8条回答
  •  眼角桃花
    2020-11-29 06:28

    I figured it out. In order to save your Jenkins data on other drive you'll need to do the following:

    Workspace Root Directory: E:\Jenkins\${ITEM_FULL_NAME}\workspace
    Build Record Root Directory: E:\Jenkins\${ITEM_FULL_NAME}\builds

    Change Directory

提交回复
热议问题