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 9 Next »

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 folder1

1 -  on Project Properties tab defaults to scripts, but you can update if you are keeping Scripts in different folder.

File Extensions 

NameDescription
.shShell script
.plPerl script

Object Type Code

SCRIPT

Attributes

Name
DescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location Type

SCM

SCM
Target LocationTARGET_LOCATIONPath to where the file should be deployed to.$<PROD_TOP>/bin/
Target File PermissionsFILE_PERMISSIONSPermissions to apply to the file after it is deployedDefaults to the project property FDEBS_FILE_PERMISSIONS

Related Project Properties

NameDescriptionDefault Value
Source folder for scripts files (e.g. scripting).scripts
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/";
  • No labels