Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

SCM
Target LocationPath to where the file should be deployed.$<PROD_TOP>/bin/
Target File PermissionPermissions to set on the file once it is deployed<None>

Related Project Properties

...

Code Block
languagebash
themeRDark
cp "$SOURCE_FILE" "$XXHR_TOP/bin/";
ln -sf $FND_TOP/bin/fndcpesr $XXHR_TOP/bin/programFile

...