I have a Build Configuration within TeamCity (TeamCity Professional 8.1.5 (build 30240)) with two VCS Roots attached. The VCS roots point to seperate repositories.
This Build Configuration has a VCS Trigger configured to trigger the project on each check in, with no quiet period specified. The issue is, this trigger does not seem to be working as builds remain in a Pending state.
A trigger rule has been added: "+:root=VCSId_ProjectA:**" so that a change made to "ProjectB" will not invoke the trigger. This trigger has been tested when only one VCS root was attached to the Build Configuration and it works as expected.
The trigger has been tested by polling ProjectA repository and also by a POST hook from ProjectA. Both outcomes are the same. (I have even tried sending multiple POST hooks from ProjectA repository to state that ProjectA and ProjectB had been changed, unsurprisingly, this despair test did not work either).
The checkout rule for one of the VCS roots is: "+:. => .ProjectB". This is to ensure that ProjectB is not in the root directory of ProjectA, but a sub-directory. When manually starting a Pending build, both repositories are fetched from correctly.
Both VCS Roots are configured for feature branches, however, removing the branch specification makes no difference to the outcome either.
Has anyone experienced a similar issue before and able to give some advice?