EBS Object Types - Other Files
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.
If known file types end up here, you may need to adjust some project properties, otherwise you can move Files to proper Object Type.
File ExtensionsÂ
Name | Description |
---|---|
any | Any file which is not recognized by FlexDeploy within any other object type. |
Object Type
Name | Code |
---|---|
Other Files |
|
Object Type Attributes
Name | Code | 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 | |
Target File Permission |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
File Permissions |
| Target File Permission. Will be set to target file after deployment using chmod. eg: 755 | Target File Permission. Will be set to target file after deployment using chmod. eg: 755 |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
cp "$SOURCE_FILE" "$XXHR_TOP/patch/115;"
- style