-
Bug
-
Resolution: Unresolved
-
Major
-
None
!!! Please comment the ticket URL if this ticket is duplicated !!!
Currently, we have a beautiful presenting of each stages both sequential and parallel stages; however, we cannot repeat the same stage as long as we want yet (I don't see the feature how to do it). For example, at a building a candidate build for qa testing. It is possible that we need to rebuild as many as we until got QA sign off. Do we have a way to repeat this stage and/or have a user interact/input to let the script knows that this is good to go to the next step?
The current pipeline blue ocean (groovy) script can run only 1 time and go to the next step. The script itself doesn't have the option that it needs to repeat the step or not.
Ex. Stage 1 --> executed following the script of stage 1 --> go to Stage 2 (sequential)/1.1(parallel)
can we have
Stage 1 --> executed & ask if you need to re-execute Stage 1 or not before go to Stage 2 (sequential)/1.1(parallel)
If we can have this feature, it would be great and practical since we sometimes need to rerun the same stage by using the same script. Without it, we can automate only 1st time and still do the rest of times we need manually.