Versions Compared

Key

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

Deploy artifacts generated by the mdsBuild operation to the MDS server. Note that MDSObjects.jar (artifact file) does not have namespace in its structure, but objects will be deployed to the specific namespace configured on Project properties.

...

Project Properties

Property Name

Property Code

Required

Description

MDS Name Space

FDMDS_NAME_SPACE

Yes

Name space within MDS where the objects will be stored.

MDS Property Replacement

FDMDS_PROPERTY_REPLACEMENT

No

Indicates whether property replacement will be performed on the MDS objects.

...

Attribute Name

Attribute Code

Required

Description

Target Path

TARGET

Yes

The path in MDS where the file should be placed. Default value is the SCM file path.

Property Replacement

PROPERTY_REPLACEMENT

Yes

Whether or not to perform property replacement on individual files. Defaults to the value of FDMDS_PROPERTY_REPLACEMENT.

Rollback Source Type

ROLLBACK_SOURCE_TYPE

No

Where to retrieve file when initiating a rollback deployment. Defaults to Project Version

Options are Project Version, SCM Revision, Backup Repository, and Rollback File

SCM Revision and Rollback File options are only available when the project has SCM details configured, and Backup Repository should only be used if the FlexDeploy server and project are configured to take backups.

Rollback File

ROLLBACK_FILE

No

The associated file to deploy which will roll back this file. Only applicable when Rollback Source Type is Rollback File

Info

The target path should not contain the namespace folder, however, if the target path starts with the namespace, the plugin will ignore the namespace on the beginning of the target path. For example, if FDMDS_NAME_SPACE is "apps", and the target path is /Schemas/customer.xsd, the path inside of MDS will be /apps/Schemas/customer.xsd. 

...