From 'Conf A' --> 'Conf B', I want to promote 'Conf B' to X times (X can be variable) based on the results of 'Conf A'.
For example, let's say there is a program that needs to be built separately for each country.
: If QA (Conf A) is successful -> Automatically release build (Conf B) for the successful countries.
The problem is that A can be one, but B can be multiple, and manual promotion should also be possible in the future.
I confirmed that it is possible to promote multiple times manually, but it seems to only work once automatically, so I am asking.
Is there a way to do this?