Hello Jenkins Community,
Im trying to get Information on builds I’ve started from a pipeline to the same pipeline.More specifically, I am starting a bunch of builds from pipeline x which are then distributed to a bunch of nodes. As I have an immense load of builds I want to start, I want to wait after amount x is queued until some are finished. I specifically want to have the confirmation that builds have finished before queuing more. Now that seemed relatively simple in my mind. My current config was running with the pipeline build step, but as I found out, this will only return a null object after you set wait to false.I have a couple solutions in mind for this, but they seem overly excessive for what I am actually trying to achieve. I’d be very thankful for all tips ![]()
Jenkins setup: