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
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.