As mentioned, you can set up your slave to be used for jobs that are tied to it, like this: http://note.io/JqdVvr
If you do that, then you'll need to assign your Jenkins jobs to that salve, like so: http://note.io/1ajHyF2 Alternatively, you can configure the slave to be "utilized as much as possible", and Jenkins will send any jobs that come into the queue to that slave (along with any others set up the same way). - Curtis On Fri, Dec 20, 2013 at 8:48 PM, Vivekanand S V <[email protected]>wrote: > You create a job in master, in the job configuration page just mention the > slave (you'll find it named as NODE in config page) in which you want to > run the job. > > > On Sat, Dec 21, 2013 at 5:22 AM, rocketdoctor <[email protected]>wrote: > >> thanks curtis after reading that again I figured it out, but now I don't >> understand how to create a Job for the Slave system >> >> >> >> -- >> View this message in context: >> http://jenkins-ci.361315.n4.nabble.com/how-to-install-Jenkins-Slave-on-Windows-tp4684640p4685136.html >> Sent from the Jenkins users mailing list archive at Nabble.com. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
