Same workspace for multiple jobs

前端 未结 4 2101
星月不相逢
星月不相逢 2020-12-07 15:42

I have a job called \"development\" and another project called \"code analysis\". At the moment we have two different jobs and different workspaces, but same code; is there

4条回答
  •  轮回少年
    2020-12-07 16:16

    Suppose your "development" Jenkins job workspace is /var/workspace/job1. In the "code analysis" job configuration page, under the tab General click on Advanced... and select the option Use custom workspace and give the same workspace /var/workspace/job1 as of your "development" job.

提交回复
热议问题