jenkins 1.616, Build-Flow-Plugin

Hi!

I've defined a build flow:

*guard {*
*  build( "VMstart", BHOST:"test-sct-bsf8" )*
*  build( "freebsd_8.01checkout",    BHOST:"test-sct-bsf8", BPORT:"22" )*
*  build( "freebsd_8.03setup",       BHOST:"test-sct-bsf8", BPORT:"22" )*
*  build( "freebsd_8.04buildworld",  BHOST:"test-sct-bsf8", BPORT:"22" )*
*  build( "freebsd_8.05buildkernel", BHOST:"test-sct-bsf8", BPORT:"22" )*
*  build( "freebsd_8.06instkernel",  BHOST:"test-sct-bsf8", BPORT:"22" )*
*  build( "freebsd_8.07instworld",   BHOST:"test-sct-bsf8", BPORT:"22" )*
*} rescue {*
*  build( "VMStop", BHOST:"test-sct-bsf8" )*
*}*

at now the build may break for some time, as soon, as some other builds 
take all build processors and this build flow has to wait until a build 
processor if free. That is not desireable. I'd like to bind at least one 
build processor to this build flow, until it has finished. How can I do it?

Thanks in advance!
Thomas

-- 
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/36949b67-5b0f-4c19-8ac2-f11a5a365e73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to