Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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 

NameDescription
n/a

Object Type Code

SCRIPT_EXECUTION

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

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

Target File PermissionsPermissions to apply on shell script in target location.Derived from Project Property - File Permissions

Related Project Properties

NameDescriptionDefault Value
EBS Scripts Root Destination DirectoryTarget 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"
  • No labels