Hi All,
We have this Jenkins pipeline which is supposed to run tests on 24 machines in parallel via parallel stages.
Now, due to one reason or another, there is a possibility of one/more of these stages might fail.
I know that we can re-run the top level stage, but, is there a possibility of rerunning specific stage from the list of parallel stages?
Has someone across a similar issue and if yes, what is the workaround that you guys followed in order to achieve the desired result?
Any help would be really appreciated.
Thanks
Alok