EBS Object Types - Scripts
AÂ shell script is a computer program designed to be run by the Unix shell command-line interpreter.
Object Type Identification
Files with extensions .sh, .pl are included regardless of location.
Files with no extension but in scripts folder
EBS Scripts Root Source Directory on Project Properties tab defaults to scripts, but you can update if you are keeping Scripts in different folder.
File ExtensionsÂ
Name | Description |
---|---|
.sh | Shell script |
.pl | Perl script |
Object Type
Name | Code |
---|---|
Scripts |
|
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>/bin/ | |
Target File Permissions |
| 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 |
---|---|---|---|
Scripts Root Source Directory |
| Source folder for scripts files (e.g. scripting). | scripts |
Scripts Root Destination Directory |
| Target directory for script files (e.g. $FND_TOP/bin). | $<PROD_TOP>/bin |
File Permissions |
| 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/bin/";
- style