Follow these steps to get up and running with MettleCI as quickly and easily as possible with one of your existing DataStage Projects.
...
3. On-board your first DataStage project
a. Establish version control baseline
Extract a whole-of-Project archive (.isx) containing only the design information, not ‘executables’ (AKA ‘binaries’) or ‘dependent items’. Need a link to the IBM documentation for Information Server Manager and / or command line utilities to do this.
Process the archive and check it into the corresponding Git repository by following the instructions for Bulk Check-in Using MettleCI Command Shell and Git.
b. Register the Project in MettleCI Workbench
MettleCI Workbench uses a selected DataStage Project for its working context. A DataStage project needs to be registered with the Workbench before you can use MettleCI with it. Follow the instructions for registering a DataStage Project with MettleCI Workbench.
...
4. Try MettleCI Compliance
a. Create your compliance rule Git repository
Follow the steps required to create your Compliance Rule Git repository.
Status | ||||
---|---|---|---|---|
|
b. Execute Compliance against a DataStage Job
Follow the steps to execute compliance against a selected DataStage job.
...
5. Try MettleCI Unit Testing
a. Install the Parallel Unit Test Harness (if you use Parallel jobs)
Follow the steps to install the Parallel Unit Test harness.
b. Create your first Unit Test
Follow the steps to configure your environment for Unit Testing, then create your first Unit Test.
...