On a single master instance of Jenkins, with multiple executors, is it 
possible to assign some jobs to some executors, and others to different 
ones.
 
E.g. our team has sub-groups A,B,C and Jenkins has four executors. 
 
Is there any plugin/configuration so we can (assuming contention) 
  assign team A's jobs (regex "A_.*" to executor 1 only)
  assign team B's jobs (regex "B_.*" to executor 2,3 only)
  assign team C's jobs (regex "C_.*" to executor 4 only)
 
Ideally, if no contention, then team A could take all the executors, but if 
there were both team A,B jobs waiting, and executor 2 went idle, we would 
want team B's job to run first on executor 2.
 
Does that make sense?
 
thanks,
G

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ed3d44f6-b477-48d4-8d89-39914e04a129%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to