CI with Jenkins: how to force building happen on slaves instead of master?

前端 未结 4 1029
野趣味
野趣味 2020-12-28 20:35

I am using Jenkins for CI, I have a master and two slaves, master is running Jenkins and I want only slaves doing the actual building task, is there anywhere I can configure

4条回答
  •  醉酒成梦
    2020-12-28 21:23

    The better way to do this is to give the master a label and restrict what runs on the master that way each of your builds don't have to specify a label.

提交回复
热议问题