I have had some problems with this as well so I don't know if this will work for you or not. Your definitions should be regex expressions so the wildcards may be a problem.
Try adding a dot "." before the trailing asterisk on the second definition. That means any path that begins with what you have and any characters after (dot meaning any character and * meaning any number of them) /trunk/component_name/subcomponent_folder/.* Like I said, I still had trouble but maybe this will help you. On Wed, Mar 27, 2013 at 3:39 AM, Flominator <[email protected]> wrote: > Hi there, > > it seems that I'm not able to set up "Included Regions" in my project. > > My Jenkins jon has the following settings: > Repository URL: > http://svn_srv.dmz.company/repository_root/product_name/trunk > Repository root: http://svn_srv.dmz.company/repository_root > > I only want to trigger a build when one of the files under > http://svn_srv.dmz.company/repository_root/product_name/trunk/component_name/subcomponent_folderor > it's subfolders has been changed. > > I tried a lot of combinations like these > /trunk/component_name/subcomponent_folder > /trunk/component_name/subcomponent_folder/* > /trunk/component_name/subcomponent_folder/*/*.* > > http://svn_srv.dmz.company/repository_root/product_name/trunk/component_name/subcomponent_folder/*/*.* > etc. pp. > > Nothing happened. SCM polling log shows no changes, althought I'm sure > that there are. Meanwhile I switched to using a new job that just monitors > http://svn_srv.dmz.company/repository_root/product_name/trunk/component_name/subcomponent_folderfor > SVN changes, but having the proper ignore syntax would be good as well > (maybe even for others reading along). Maybe we could even improve the > context help of Jenkins in this matter? > > 1. Is there any way how to find out, what exactly is expected, recognized > or matched by Jenkins? > 2. Is there some kind of debug mode with verbose output? > 3. What would be the correct pattern to use? > > Thanks in advance, > > Flo > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
