Path to MAR file that will be uploaded to the VSE. The field supports multiple strings delimited
by a separate line or comma.
Possibilities:
for files in job workspace you can specify:
- relative path to MAR file in job workspace (example: dir/test.mar)
- path to MAR files using ant glob syntax (example: **/*.mar)
for files on the DevTest machine you can specify:
- absolute path to file (example: file:///C:/something/test.mar)
- http location of MAR file (example: http://something/test.mar)