Jenkins build outside of workspace

后端 未结 2 928
傲寒
傲寒 2021-01-18 10:28

I am new to Jenkins/Hudson and am trying to migrate a C make-based project from buildbot. For legacy reasons, the build system is hard-coded to build outside of the versione

2条回答
  •  心在旅途
    2021-01-18 10:53

    I don't find the option that djs mentioned, but you can specify a different work directory:

    1. Configure job
    2. Extended Project settings
    3. Use custom work space

    This can be set to everywhere you want, also the workspace of a different job.

提交回复
热议问题