Page Properties | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
This command produces a JUnit-compatible XML file called mettleci_compilation.xml
which reports each individual job’s compilation result.
This command is also incorporated into the mettleci datastage ccmt
command (documentation here).
Syntax
...
Include Page | ||||
---|---|---|---|---|
|
...
Code Block |
---|
$> mettleci datastage compile \ -domain test2-svcsservice_tier.datamigrators.io:59445 \ -username isadmin \ -password isadminpwdmypassword \ -server test2-engnengine_tier.datamigrators.io \ -project dstage1 \ -include-job-in-test-name Analyzing assets to compile Compilation folder location = C:\Apps\command-shell\log\compiliation Attempting to compile with 4 working threads. Compiling DataStage jobs... * Compile 'test2-engnengine_tier.datamigrators.io/dstage1/Jobs/Load/LD_STOCKITEM.pjb' - COMPLETED * Compile 'test2-engnengine_tier.datamigrators.io/dstage1/Jobs/Load/LD_SALE.pjb' - COMPLETED * Compile 'test2-engnengine_tier.datamigrators.io/dstage1/Jobs/Load/LD_SUPPLIER.pjb' - COMPLETED * Compile 'test2-engnengine_tier.datamigrators.io/dstage1/Jobs/Load/LD_STOCK_HOLDING.pjb' - COMPLETED Compilation complete |
...