EBS Object Types - Script With Execution

shell script is a computer program designed to be run by the Unix shell command-line interpreter.  These files will be executed after they are copied to the target location.

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 

NameDescription
n/a

Object Type

NameCode
Script With ExecutionSCRIPT_EXECUTION

Object Type Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location Type

SCM

SCM
Target LocationTARGET_LOCATIONPath to where the file should be deployed to.$<PROD_TOP>/bin/
ParametersPARAMETERSArguments to pass to the shell script.

Target File PermissionsFILE_PERMISSIONSPermissions to apply to the file after it is deployedDefaults to the project property FDEBS_FILE_PERMISSIONS

Related Project Properties

NameCodeDescriptionDefault Value
FDEBS_SCRIPTS_ROOT_SOURCE_DIRSource folder for scripts files. (e.g. scripting)scripts
Scripts Root Destination DirectoryFDEBS_SCRIPTS_ROOT_DESTINATION_DIRTarget directory for script files (e.g. $FND_TOP/bin).$<PROD_TOP>/bin
File PermissionsFDEBS_FILE_PERMISSIONSTarget 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/";
"$XXHR_TOP/bin/MyScript.sh"
The following macros are not currently supported in the footer:
  • style