On Wed, Dec 18, 2013 at 1:10 PM, Eric Wood <eric.w...@rocketmail.com> 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
    lesmikes...@gmail.com

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to