Here I have some jobs that are required to run on multiple nodes. If I'm not using Pipeline, I can do with ParameterFactory from the NodeLabel Parameter Plugin and let the job run on all nodes matching a label. With Pipeline however, all I can find is the trigger-job-on-all-nodes example.
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?
Thanks,
Michael