Depot path filter

Changes can be filtered to not trigger a build; if all the files within a change match the specified path, the build is filtered.

For example, with a Filter of " //depot/main/tests ":

Case A (change will be filtered):

Files:

Case B (change will not be filtered, as build.xml is outside of the filter):

Files:

This is not Perforce syntax. Use of ... and * patterns are not supported. Only paths to directories are supported.