Hi Team,
I want to achieve the following scenario in jenkins pipeline ,
while writing pipeline groovy script am pausing pipeline flow for interactive user input to make the execution into next stages.When we are triggering multiple build on a same project ,so it will have different build number as 102,103,1044..etc..
In this case I want to trigger all waiting build(102,103,104..etc..) from one build.
is it possible to achive this? and How in jenkins.