Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Multiple transfer patterns can be supplied using a comma separated notation. e.g., unittest/**/*.xml,unittest/**/*.csv matches all XML and CSV files within an arbitrarily-deep directory tree.It should be noted that many if the MettleCI commands supporting the use of Any syntax also support the use of multiple -pattern parameters, so in the previous example it may be more readable to use a command of the form…

Code Block
$> mettleci namespace command \
   -patern unittest/**/*.xml \
   -pattern unittest/**/*.csv   

MettleCI Components using ANT Patterns

...