|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Hi,
My use case rather prefer the old behavior.
There 2 types of job in my env, Matrix job (with 2 children running in Windows and Linux) and non-Matrix job (running either in Window or Linux). All executing instances (2 Children of matrix and non-Matrix) require an external resource with limited supply.
I am trying to use category throttling to control maximum concurrent jobs among these 2 types of job. If this plugin only throttling on Matrix parent level, then I have to set the throttle number as 1 when the actual external resource is 2. This greatly decrease the efficiency when the the executing job is non-Matrix one.
Regards,
Reeve