Thanks for the reply. I'll give a little more detail on our configuration so you can maybe advise me if that plugin will meet our needs.
Each SVN archive being monitored has 6 projects TRUNK_TRIG_32 - Triggered by a svn commit and runs a small set of quick tests. 32bit testing. TRUNK_TRIG_64 - Triggered by a svn commit and runs a small set of quick tests. 64bit testing TRUNK_NIGHT_32 - Executes every night and runs an extended set of tests. 32bit testing TRUNK_NIGHT_64 - Executes every night and runs an extended set of tests. 64bit testing TRUNK_WE_32 - Executes each weekend and runs a super set of tests. 32bit testing TRUNK_WE_64 - Executes each weekend and runs a super set of tests. 64bit testing Due to limited resources all 6 projects share the same nodes. To try make best use of the resources we allow 2 projects to execute at the same time. However due to shared resources and such we cannot have projects of the same working mode running at the same time. So only 1 32bit project can execute at any one time (same with the 64bit projects). The Build Blocker Plugin configuration is like this :- TRUNK_TRIG_32 .*TRUNK_NIGHT_32 .*TRUNK_WE_32 TRUNK_TRIG_64 .*TRUNK_NIGHT_64 .*TRUNK_WE_64 TRUNK_NIGHT_32 .*TRUNK_TRIG_32 .*TRUNK_WE_32 TRUNK_NIGHT_64 .*TRUNK_TRIG_64 .*TRUNK_WE_64 TRUNK_WE_32 .*TRUNK_TRIG_32 .*TRUNK_NIGHT_32 TRUNK_WE_64 .*TRUNK_TRIG_64 .*TRUNK_NIGHT_64 Can I get the same functionality with the Throttle Concurrent Builds Plugin ? Thanks, Steve -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/cb4276db-12e4-49d8-b73a-6acd9ca0b29c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
