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