Re: Declarative Syntax: ability to run multiple stages inside a single agent

2017-04-12 Thread Kenneth Brooks
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

Re: Declarative Syntax: ability to run multiple stages inside a single agent

2017-04-12 Thread Andrew Bayer
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

Declarative Syntax: ability to run multiple stages inside a single agent

2017-04-12 Thread Kenneth Brooks
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