I have a pipeline with four stages namely build, deploy, test, release and i am about to run two concurrent builds and i give manual approval to all by giving input to all stages, Suppose if i am holding my approval in deploy stage (3rd stage) in first build , the 2nd build should wait in test stage (2nd stage) before i give approval to previous deploy stage(3rd stage) in 1st build, (i.e) 2nd build should not pass the stage of previous build? . How to do this?
i tried but didnt get idea