I can't find "Restrict where this project can be run" in the configure page

Tracy Theron picture Tracy Theron · Feb 20, 2013 · Viewed 23.5k times · Source

I use Jenkins,I can't find "Restrict where this project can be run" in the configure page,should I add some plugins? which one?

Answer

Shiva Kumar picture Shiva Kumar · Feb 20, 2013

This is because you have not yet added any new nodes to your Jenkins set up. Till then the master(where you have installed Jenkins) is the only available machine where jobs can be run. So there is no need to ask where the job needs to be restricted to be run.

Check this link to see how to add a new node to your jenkins setup. Once you add a new node, you will see the option of "Restrict where this project can be run".