Re: Execute a subsequent job on a slave

2013-12-18 Thread Eric Wood
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 wrote: On Wed, Dec 18, 2013 at 1:10 PM, Eric Wood wrote: > We have a series of virtual servers > configured to run these tests an

Re: Execute a subsequent job on a slave

2013-12-18 Thread Les Mikesell
On Wed, Dec 18, 2013 at 1:10 PM, Eric Wood 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

Execute a subsequent job on a slave

2013-12-18 Thread Eric Wood
We heavily use a build pipeline where the first job is a CI job that pulls code from  repository, pushes it to a cloud platform, compiles and unit tests the code.  Downstream jobs in the pipeline deploy code in a promoted fashion through a series of target environment ... ending in "Production".