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

前端 未结 4 1030
野趣味
野趣味 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:17

    While configuring the node, there is option,"leave this machine for tied jobs only" .if "leave this machine for tied jobs only" option is selected Then the slaves will be used by the jobs which are restricted to run on it.

提交回复
热议问题