A shell script is a computer program designed to be run by the Unix shell command-line interpreter.
Object Type Identification
Files are not automatically identified for this type. You can move script file from other type or you can customize Match Script with custom logic if such files are placed in specific folder.
File Extensions
Name | Description |
---|---|
n/a |
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>/bin/ | |
Parameters | Arguments to pass to shell script. | ||
Target File Permissions | Permissions to apply on shell script in target location. | Derived from Project Property - File Permissions |
Related Project Properties
Name | Description | Default Value |
---|---|---|
EBS Scripts Root Destination Directory | Target directory for script files (e.g. $FND_TOP/bin). | $<PROD_TOP>/bin |
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
cp "$SOURCE_FILE" "$XXHR_TOP/bin/"; "$XXHR_TOP/bin/MyScript.sh"