Each server-side extension will be it's its own project in FlexDeploy.
Deploy server-side extension zip file from artifacts folder. If project version being deployed does not have zip artifact, then plugin will fail. Build workflow used for the project can use buildSSE plugin operation or any other utility to create zip artifact. Zip artifact will have package.json and index.js files at root level.
Environment/Instance Properties
...
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Server-Side Extension Name |
| Yes | The name of server-side extension for Oracle CX Commerce. Defaults to FlexDeploy project name. It is preferable to store extension source in a folder with name of the extension and use same for FlexDeploy project name. |
Inputs
Outputs
...
Artifacts
This operation consumes a zip file artifact from the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instanceTarget. You can add any endpoint to environment/instance Target as this operation does not depend on any external libraries or utilities.
...