Versions Compared

Key

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

...

When you run a multi-line mettleci command on Microsoft Windows using the caret (^) line continuation character it appears that processing of the command line options seems to stop at some point in the command.

For example:

Code Block
languagenone
# This input...
C:\> mettleci.cmd compliance test ^
  -assets datastage ^
  -report compliance_report_warnout.xml ^
  -rules compliance_rules ^
  -junit ^ 
  -test-suite warnings ^
  -ignore-test-failures ^
  -project-cache .

# ...executes the following command:
C:\Users\Administrator\>C:\MettleCI\cli\mettleci.cmd> mettleci compliance test ^  -assets datastage ^  -report compliance_report_warnout.xml ^  -rules compliance-rules ^ -junit
MettleCI Command Line (build 128)
(C) 2018-2022 Data Migrators Pty Ltd
rules configuration discovered
new rule discovered - 'Adjacent Transformers' (PARALLEL_JOB)
new rule discovered - 'Adjacent Transformers' (SERVER_JOB)
<etc.>

...