Versions Compared

Key

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

...

NameDescription
.progA shell script which is callable by a Concurrent Program.

  

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

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

...


Related Project Properties

NameDescriptionDefault Value
EBS Prog Root Source Directory
Source folder for Prog files (e.g. cm).prog

...

Sample Build Commands 

N/A - Build commands not supported for this type.  

Sample Deploy Commands 

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

...