Exports one or more integrations from Oracle Integration Cloud as .iar files that can be extracted and placed in an SCM to support Continuous Integration.
This operation is intended to be used in a utility workflow that commits the exported files to your SCM. This allows us to set up a utility project that runs on a schedule. Then, we can configure a separate Build/Deploy project for each integration that uses a 'Poll SCM' trigger watching the SCM path that the utility project commits changes to. This allows for Continuous Integration even though the project is not normally stored in SCM.
Info |
---|
Either FDOICEither FDOIC_CLOUD_ACCOUNT_CODE NAME environment instance property value or FDOICor FDOIC_INP_CLOUD_ACCOUNT_CODE NAME plugin input value should exist. When both exists, plugin input value will take precedence. |
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OIC AccountOIC Account | FDOIC_CLOUD_ACCOUNT_ CODENAME | No | The OIC account with all the required properties like Base URI, UserName Username and Password for running OIC Instance. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
...
Input Name | Input Code | Required | Description |
---|---|---|---|
OIC Account | FDOIC_INP_CLOUD_ACCOUNT_ CODENAME | No | The OIC account with all the required properties like Base URI, UserName Username and Password for running OIC Instance. |
Exclude List | FDOIC_INP_INTEGRATION_EXCLUDE_LIST | No | Optional list of integration ids or codes to be excluded from being checked for updates. Leaving this blank will not exclude any integrations. |
Include List | FDOIC_INP_INTEGRATION_INCLUDE_LIST | No | Optional explicit list of integration ids or codes to be checked for updates. Leaving this blank will exclude any integrations not excluded. |
Export Subfolder | FDOIC_INP_EXPORT_SUBFOLDER | No | Optional subfolder of the temp directory to export any integrations into |
Extract Integrations | FDOIC_INP_EXTRACT_INTEGRATIONS | No | Optionally extract the .iar files exported by this operation |
...