Re: Running a pipeline job on all the nodes with the same label

2016-05-31 Thread Daniel Beck
> On 26.05.2016, at 15:44, Michael Pereira wrote: > > With a few modifications it should do the job, but it is still a lot of code. > I'm dreaming about things like: > node(label='slave', run_on_all_matching_nodes=true) { > // some block > } > Is this even possible? Pipeline global lib should

Running a pipeline job on all the nodes with the same label

2016-05-26 Thread Michael Pereira
I am forwarding a question from StackOverflow in hope of getting a simpler implementation for this use-case: Here I have some jobs that are required to run on multiple node