Is there any further documentation on the build flow plugin then what is provided in the plugin home page?
On Wednesday, December 18, 2013 2:35 PM, Les Mikesell <[email protected]> wrote: On Wed, Dec 18, 2013 at 1:10 PM, Eric Wood <[email protected]> wrote: > We have a series of virtual servers > configured to run these tests and were planning on running this "step" on a > slave. You can't run a 'step' on a different host than where the current job is running. > It does not appears that I can run an actual build step on a slave, Well, not a different slave than the one already handling the job. If it has to run on a different node a post-build action can start another job which might use the copy-artifact plugin to collect anything it needs that has already been built. Or, if you want more complex control of multiple jobs you might use the build flow plugin. -- Les Mikesell [email protected] -- 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]. For more options, visit https://groups.google.com/groups/opt_out. -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
