Custom workspace in jenkins

后端 未结 5 797
一个人的身影
一个人的身影 2020-12-20 11:30
  1. I am not getting the check box to select custom workspace in Jenkins(ver. 1.465) while configuring the job, is there any plugin to get it?

相关标签:
5条回答
  • 2020-12-20 11:40

    in the general tab, when you go to the "advanced options" , you will see the "custom workspace" option

    0 讨论(0)
  • 2020-12-20 11:55

    I had the same problem. For a maven build, the option "Use custom workspace" is in Build Section ("Advanced" button)

    0 讨论(0)
  • 2020-12-20 12:00

    If you want to use custom workspace choose freestyle or multi-configuration option, Custom workspace option is not supported in maven-project(From new item)

    0 讨论(0)
  • 2020-12-20 12:03

    A couple of images to clarify how to configure a custom workspace directory.

    The "Advanced" button to click to show the "Workspace Root Directory" option:

    Use a root directory with ${ITEM_FULLNAME} to put your projects' workspaces under a custom directory:

    0 讨论(0)
  • 2020-12-20 12:06

    Maybe this answer comes a little bit too late but, anyway:

    • Jenkins v2.13, works on v1.652
    • Maven project
    • Build section
    • Click on Advanced button on the right side of the page
    • Check "Use custom workspace"
    • Fill in the path to the desired folder

    Supports parameters too: ${SVN_BRANCH}

    0 讨论(0)
提交回复
热议问题