...
The SCM must have the .ccc folder checked into it. If there is a folder structure above the .ccc folder, use a sparse checkout folder or other means to populate and build correct packages.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OCC Account | FDOCC_CLOUD_ACCOUNT_CODE | Yes | The Oracle CX Commere account with all the required properties like URL, App Key etc. The account will be different for each OCC environment. If building from SCM, this property won't be used in the build. |
Node Executable Path | FDOCC_NODE_PATH | No | Paths to both node and npm packages (where the dcu/plsu executables are stored). Used in populate, build and deploy operations when provided. If not provided dcu and plsu commands must be on PATH. Windows example: C:\Program Files\nodejs\;C:\Users\developer\AppData\Roaming\npm Unix example: /path/to/node:/path/to/npm |
...