A "catch all" for object types which are not natively recognized by FlexDeploy. These files can be used in conjunction with custom deploy commands to accomplish any task.
Object Type Identification
- Files that are not found to be any other type during population go are included here.
File Extensions
Name | Description |
---|---|
any | Any file which is not recognized by FlexDeploy within any other object type. |
Attributes
Name | Description | Default Value | Supported Values |
---|---|---|---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed to. | $<PROD_TOP>/patch/115 |
Related Project Properties
Name | Description | Default Value |
---|---|---|
N/A | N/A | N/A |
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
cp $SOURCE_FILE $XXHR_TOP/patch/115;