Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 Commerce 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

Project Properties

Property Name

Property Code

Required

Description

Object Types

FDOCC_OBJECT_TYPES

Yes

Choose which kinds of files should be populated in this FlexDeploy Project.

GLOBAL_ELEMENT,GLOBAL_RESOURCE,SITE_SETTINGS,SNIPPETS,STACK,STATIC,THEME,WIDGET,PAGE_LAYOUT

are all supported.

Project File Includes

FD_PARTIAL_FILE_INCLUDES

No

Controls files included in Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex
is used. (e.g. /widget/Account Addresses##/widget/Checkout*##*Customer*##/static/.*[tT]est.*\.png)

Project File Excludes

FD_PARTIAL_FILE_EXCLUDES

No

Controls files excluded from Project Files. Enter expressions separated by ##. Leave empty to select all files. Begin or end the expression with * for simple wildcards. Otherwise, regex
is used. (e.g. /widget/Account Addresses##/widget/Checkout*##*Customer*##/static/.*[tT]est.*\.png)

Inputs

...

Input Name

...

Input Code

...

Required

...

Description

Outputs

Output Name

Description

Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

...