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 Current »

Replacement Properties

Your source files can be configured with Replacement Properties, which are then replaced (using a plugin operation) with target deployment environment properties.

Replacement properties are defined by using following syntax within your artifacts:

  • ${{PROPERTY_NAME}} for project properties or current instance properties.
  • ${{INSTANCE:PROPERTY_NAME}} for specific instance properties.

For example:

WEBLOGIC_FOLDER==${{FDWLS_WEBLOGIC_HOME}} 

In this case, FDWLS_WEBLOGIC_HOME from current instance is used for replacement.

Or

WEBLOGIC_FOLDER==${{ADF1:FDWLS_WEBLOGIC_HOME}}

In this case, FDWLS_WEBLOGIC_HOME from instance defined with ADF1 code is used for replacement.

  • No labels