Hi

I need to setup a lot of jenkins jobs, which should be triggered if
something changed on certain folders on a git repository. Let's say there
ist the following structure:

repo
 - projectA
    - ...
 - projectB
    - ...
 - ...


So for this example there will be two jenkins jobs, one for projectA and
one for projectB and each of these jobs should be start if something is
pushed into the corresponding folder. So if I push to repo/projectA, only
this job should start. Additionally the amount of these folders is
undefined, so it is not an option to configure the excludes by hand because
if another folder is added, lets say projectFoo, the existing jobs must
work as before.

Any ideas how to solve this?

Kind regards,
Yves

-- 
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