Hi,
how to set up triggers so that a deployment only starts when ALL the triggers have succeeded?
eg Environment A, B & C must be finished before Environment D starts.
We want Environment A, B & C to run in parallel so we don't want to serialize it as follows: Environment A -> Environment B -> Environment C -> Environment D
any ideas?
thanks and regards,