I have a git repository where I created two different jobs in Jenkins (one for production code and one for tools). If both tasks always work!
I added Excluded regions for each job to run only in each correct folder.
Our git root folder contains the following:
/src/ /tools/ /test/ /doc/ /third party/
In my original Jenkins task, I have the following Excluded regions
/tools/.* /Test Projects/.* /doc/.*
In my work with tools I have excluded folie regions
/src/.* /Test Projects/.* /doc/.*
The problem is that if I click the change in the doc folder, both jobs start. I also do not have the regions included in the list.
source share