I cannot get the \"included regions\" feature to work in Jenkins with the Git plugin. I want a job only to be built when there a changes in \"his\" directory. Example: the proje
Make sure under Build Trigger Poll SCM is checked, or you have some other way of letting Jenkins know there are changes.
You are currently just defining the regions, but Jenkins still has to pull the updates before it can see a change.