Thanks for the quick reply.
Unfortunately no.
We will have lots of other stages down the line that require different
capabilities.
Here is a little larger example for illustrative purposes (using script
syntax so you can see where the nodes exist)
** Note - Each node will be spun up with exactl
Are you wanting to use the same node for most, if not all, of the pipeline?
If so, just use the top level agent directive.
A.
On Wed, Apr 12, 2017 at 1:18 PM Kenneth Brooks
wrote:
> As a user, I want to run multiple stages inside a single agent.
>
> Today we use the mesos plugin and spin up and
As a user, I want to run multiple stages inside a single agent.
Today we use the mesos plugin and spin up and spin down an agent on demand.
I want to have 3 stages all run on that same agent before it spins down.
That way all stages can leverage that workspace before it is trashed.
Current abili