deploySSE
Each server-side extension will be 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.
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. |
Artifacts
This operation consumes a zip file artifact from the artifacts repository.
Endpoint Selection
This operation will select all available endpoints associated to the Target. You can add any endpoint to Target as this operation does not depend on any external libraries or utilities.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.Â
- style