Path to file containing the regions to use as include strategy.
An empty list implies that nothing is included.
    # Any changes on java files will trigger build
    src/main/java/**/*.java
  
The example above illustrates that a build will only occur, if at least one java file have been committed to the SCM in the src/main/java/ region.