mettleci/MCIX DataStage Deploy
Invokes the Overlay, DataStageImport, and Compile actions for a DataStage project on IBM Software Hub (Cloud Pak)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for authentication | yes | — |
| url | URL of the DataStage server | yes | — |
| user | Username for authentication | yes | — |
| project | DataStage project name (required if project-id not set) | no | "" |
| project-id | DataStage project id (required if project not set) | no | "" |
| assets | Path to DataStage export zip file or directory (input assets) | yes | — |
| overlays | One or more overlay directories. Overlays are applied in the order specified. Provide as comma- or newline-separated list. Example: overlays: overlays/base, overlays/customer or overlays: | overlays/base overlays/customer | yes | — |
| properties | Optional properties file with replacement values | no | "" |
| output | Zip file or directory to write updated assets (default: derived) | no | build/release.zip |
| import-report | Path to output the import report | no | reports/import-report.xml |
| compile-report | Path to output the compile report | no | reports/compile-report.xml |
| overlay-additional-args | Additional raw arguments to append to the overlay apply command | no | — |
| import-additional-args | Additional raw arguments to append to the datastage import command | no | — |
| compile-additional-args | Additional raw arguments to append to the datastage compile command | no | — |
Outputs
| name | description |
|---|---|
| overlay_output | Path to the overlaid assets produced by overlay apply |
| import-junit-path | Path to the JUnit report produced by import |
| compile-junit-path | Path to the JUnit report produced by compile |
| return-code | Return code (0 if overlay, import, and compile commands succeeded, otherwise non-zero) |