|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/d/optout.

Thanks for the suggestions.
I ended up setting up a job that runs before compile and is in charge of monitoring Git on all branches.
Then I use shell script to check if any of the committed files match the job's folder and if it does, I trigger the compile job.
A little complicated and probably not easy to maintain but it's the closest I've gotten to solving the problem.