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_folder
 
or 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_folder
 
for 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 jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to