I have two Jobs in Jenkins, one which has a working copy of "subversion/repos/mainframe" and another that has a working copy of "subversion/repos/mainframe/subdir".
I then created a hook on the mainframe repository to call Jenkins on any commit. This hook has been triggering my first Job without a Problem. But the second Job doesn't get triggered at all. The only difference is that the second Job is set to a subdirectory inside the repository and i'd like to keep it that way. Even when i commit a file inside "subversion/repos/mainframe/subdir" the second Job doesn't get polled, only the first.
How can i get the second Job to Trigger on commits?