mettleci/MCIX DataStage Deploy

Invokes the Overlay, DataStageImport, and Compile actions for a DataStage project on IBM Software Hub (Cloud Pak)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyAPI key for authenticationyes
urlURL of the DataStage serveryes
userUsername for authenticationyes
projectDataStage project name (required if project-id not set)no""
project-idDataStage project id (required if project not set)no""
assetsPath to DataStage export zip file or directory (input assets)yes
overlaysOne 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
propertiesOptional properties file with replacement valuesno""
outputZip file or directory to write updated assets (default: derived)nobuild/release.zip
import-reportPath to output the import reportnoreports/import-report.xml
compile-reportPath to output the compile reportnoreports/compile-report.xml
overlay-additional-argsAdditional raw arguments to append to the overlay apply commandno
import-additional-argsAdditional raw arguments to append to the datastage import commandno
compile-additional-argsAdditional raw arguments to append to the datastage compile commandno
namedescription
overlay_outputPath to the overlaid assets produced by overlay apply
import-junit-pathPath to the JUnit report produced by import
compile-junit-pathPath to the JUnit report produced by compile
return-codeReturn code (0 if overlay, import, and compile commands succeeded, otherwise non-zero)