I have two build plan:
buildplan A and buildplan B
The buildplan A has a dependency - the buildplan B
I mean, after the build plan A the build plan B runs
How can I check in log of buildplan A that the buildplan B ran?
I know I can check it in plan B, because the build plan B will be call child of build plan A
But I need to check it in buildplan A, because I have a lot of build in the buildplan B.
Also I had a situation when the buildplan A finished but the buildplan B didn't run and I don't have any idea why it happend and I don't have any log files