...
Name | Description | Default Value | Supported Values |
---|---|---|---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed. | $<PROD_TOP>/bin/ | |
Target File Permission | Permissions to set on the file once it is deployed | <None> |
Related Project Properties
...
Code Block | ||||
---|---|---|---|---|
| ||||
cp "$SOURCE_FILE" "$XXHR_TOP/bin/"; ln -sf $FND_TOP/bin/fndcpesr $XXHR_TOP/bin/programFile |
...