Re: Pipeline: Building downstream dependencies

2016-06-06 Thread Sverre Moe
Apparently there are Flyweight and Heavyweight Executors. Flyweight runs on the master, while the node step runs on the slave matching the label. > When you run a node step: > >- > >A regular heavyweight executor is allocated on a node (usually a >slave) matching the label expre

Pipeline: Building downstream dependencies

2016-06-03 Thread Sverre Moe
My first predicament: In Multi-configuration build, one single executor can contain multiple parent build, but that single executor can only contain one configuration/axis/slave build at a time. Using Pipeline I am not sure how to get it to work like this. After my Build stage I try to schedule