I have a Jenkins job which pulls in two separate SVN repositories e.g.
I'd like to be able to configure the job so that it only runs when there are changes in the ./opensource directory i.e. changes in http://svn/project2/trunk.
To do this I'm trying to use the 'included regions' section of the configuration but I don't know how to reference a specific repository.
Examples given would suggest I used something like /trunk/.* but this doesn't allow for choosing a particular repository.
Any ideas?