Path (relative to the workspace) to a directory where the builder will look for data to be imported.
For example: "scm/my-git-repo/metadata"
-
If no include and no exclude patterns are setup then all files in the source path defined here
will be included
-
If include patterns are defined while no exclude patterns are defined then only the files matching the
include patterns will be included
-
If include patterns are not defined while exclude patterns are defined then all files in the source
path defined here will be included with the exception of those matching the exclude patterns
-
If both include patterns and exclude patterns are defined then only the files matching the
include patterns and not matching the exclude patterns will be included