You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the Jenkins node and job labels to direct a job to a specific node. The gearman plugin will register gearman functions according to the label for each job and node.
Lets assume you have a slave (labeled 'myNode') and a myJob (set to run on 'myNode') then you can do something like this..
very thanks,but the new question comes again.
my expect is that a job registered in gearman not only could run on many node(a node pool shares this job),but also we can specify which node it runs on.
if we use build:job to submit the task,it runs on one of the node pool
if we use build:job:node to submit the task,it runs on the specify node.
i am looking forward to your help very much,thank you!
how to specify a definite node where the job running on ?
very thanks
The text was updated successfully, but these errors were encountered: