Versions Compared

Key

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

A "catch all" for object types which are not natively recognized by FlexDeploy.  These files can be used in conjunction with custom deploy commands to accomplish any task.

File Extensions 

NameDescription
anyAny file which is not recognized by FlexDeploy within any other object type.

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

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

Related Project Properties

NameDescriptionDefault Value
N/AN/AN/A

Sample Build Commands 

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

...

Code Block
languagebash
themeEclipseRDark
cp $SOURCE_FILE $XXHR_TOP/patch/115;

...