Versions Compared

Key

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

Builds a deployment object that contains the MFT artifacts (sources, transfers, targets, etc) and user property files.  Each build that contains a new transfer should include the full combination of one or more transfers and their associated sources and targets when building the deployment package.  Future deployment intended to update the existing transfer can include a subset of the data. For example, if a target changes, only the target needs to be deployed.

This plugin operation only supports partial deployment, files will be placed into one of the following categories when they are populated from Source Control:

  • MFT Artifact (all files ending in .xml)
  • User properties (all files ending in .properties)
  • Other Files (Any file in the SCM not matching the above 2 categories)

...

Property Name

Property Code

Required

Description

FD_ORACLE_MW_HOME

Yes

The Oracle Middleware Home (which has subfolders such as oracle_common, wlserver, coherence*, etc.)

(e.g. /u01/oracle/products/fmw)

This property may be removed in the future but is required at this time.

...