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.

Object Type Identification

  • Files that are not found to be any other type during population go are included here.
  • If known file types end up here, you may need to adjust some project properties, otherwise you can move Files to proper Object Type.

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.  

Sample Deploy Commands 

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

...