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

I can reproduce this with: Jenkins 1.551 and plugin 1.8.2
A matrix with 2 Axis and (for testing) a little shell sleep is supposed to be run only 3 times per node.
Configuration 1:
Throttle this project alone *
Maximum Total Concurrent Builds 0
Maximum Concurrent Builds Per Node 3
Result: All Executors on all Nodes are used
Configuration 2:
Global - Multi-Project Throttle Categories
Category Name: kvm
Maximum Total Concurrent Builds 0
Maximum Concurrent Builds Per Node 3
Throttle this project as part of one or more categories *
Multi-Project Throttle Category *kvm
Result: All Executors on all Nodes are used
Can I help in debugging? where to look?