Page Properties | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
You can use the Incremental DataStage Deployment task to deploy an entire directory of ISX files to an existing DataStage Project. Functionally, this is the equivalent of deleting everything from the existing project, importing all ISX files, provisioning all QualityStage rules and compiling all Jobs, Sequence, Server Routines and BuildOps. However, the task will minimize the deployment time by performing as few operations based on the content of the existing project.
...
Task Description | A description of the task, which is displayed in Bamboo. |
Disable this task | Check, or clear, to selectively run this task. |
Executable | From the pulldown list, choose a 'Datastage DataStage Capability'. |
Domain | Enter the Domain of the Datastage DataStage instance (Host Name of the Services Tier). e.g. |
Server | Enter the Server of the Datastage DataStage instance (Host Name of the Engine Tier). e.g. |
Username | Enter the Datastage UsernameDataStage Username. e.g. |
Password | Enter the Datastage DataStage Password |
Project name | DataStage Project containing assets to be exported |
Root ISX Directory | Optional: Root directory containing ISX files to deploy If no value is specified, the agents working directory will be used |
Max Threads | The number of threads that should be used during compilation |
Parse compilation logs | |
Deploy Parameter Sets | If checked, a directory containing parameter set value files will be deployed. |
Parameter Set Directory | Required if previous the Deploy Parameter Sets option is checked. Specifies a directory of parameter set value files in Bitbucket. Usually The file format should match the format of files found on your DataStage Engine under |
Click Save
Using the Incremental Deployment Task in a YAML pipeline
...