Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

FlexDeploy provides Generic project type to implement customized partial deployment for specific type of artifacts. This is only necessary when requirement is to track deployment of individual file. In future, FlexDeploy will provide ability to create specific project type and it's metadata but in meantime Generic project type should be utilized.

Object Type Identification

  • Describe how files are identified at populate time.
  • Files are sorted alphabetically.

File Extensions

  • All files are assumed as FILE object type as there is no other type.

Object Type Code

  • FILE

Attributes

NameCodeDescriptionDefault ValueSupported Values








































Related Project Properties

NameCodeDescriptionDefault ValueSupported Values





Considerations

  • Use partialExecute operations from Unix Shell, Windows Shell and Powershell plugins.
  • Build workflow can be created with simple code like echo $SOURCE_FILE.
  • No labels