I have two builds configured such that one is supposed to trigger another on a successful run.
I have created a Build Config A, and a build config B that has a Finish Build Trigger linked to build A. Both A and B are very simple test builds having only a single command line build step echoing "Success", so that they will always succeed. Neither of these builds are part of build chains nor do they have any other snapshot dependencies or steps. Build A is finishing successfully but is not triggering Build B. What could be the cause of this?