buildIntegration
Packages an integration into an iar file and saves it to artifacts. This operation is intended as an alternative for exportIntegration with the difference being exportIntegration exports directly from OIC, whereas this operation is intending the integration source code to be managed in an SCM.
A typical workflow using this operation would first have 'cloneProjectSources' (or whichever SCM you prefer), followed by buildIntegration. This operation is able to build an iar file itself or package the 'icspackage' directory into an iar file. If both the iar file and icspackage directory are found in the exported source control files then the already packaged iar file will take precedence.
Like exportIntegration, this operation also allows the ability to manage connections along with the integration. In this case, only the .iar file needs to be in source control.
@since 5.4.0.1 The connections are determined from the IAR extract at build time.
@pre 5.4.0.1 The connections are determined from the live integration on the OIC Instance at build time.
This operation should be used in a build workflow. The artifact will contain the exported .iar file and optionally the connections.json file. You can also store the connection replacement properties in SCM and they will be ready to go for your deploy workflow as well.
If the Manage Connections input is false this operation will save any connections included in the source control export. See Special Considerations for more information.
Either FDOIC_CLOUD_ACCOUNT_CODE environment instance property value or FDOIC_INP_CLOUD_ACCOUNT_CODE plugin input value should exist. When both exists, plugin input value will take precedence. See Creating/Editing a Cloud Account and Provider for details on how to setup Cloud Account for OIC.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OIC Account | FDOIC_CLOUD_ACCOUNT_CODE | No | The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance. |
Project Properties
Property Name | Property Code | Required | Description |
---|
Cloud Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OIC User | FDOICACCT_USERNAME | Yes | User name for the registered OIC account |
OIC Password | FDOICACCT_PASSWORD | Yes | Password for the registered OIC account |
OIC Base URI | FDOICACCT_BASE_URI | Yes | The REST Base URI of a running OIC Instance |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
FDOIC_INP_CLOUD_ACCOUNT_CODE | No | The OIC account with all the required properties like Base URI, Username and Password for running OIC Instance. | |
Manage Connections | FDOIC_INP_MANAGE_CONNECTIONS | No | Boolean to indicate whether connections for this integration should be exported as an artifact. Default is true. The import Integration operation will automatically deploy any connections it finds in artifacts. When this value is false it will save any connections it found in source control |