Plugin Post Processes

When a plugin step finishes processing, its default post-processing element is executed. The post-processing element is defined in the plugin's XML definition.

You can override the default behavior by entering your own script into the step's Post Processing Script field. A post-processing script can contain any valid JavaScript code. Although not required, it's recommended that scripts be wrapped in a CDATA element.

See the Deployment Automation Plugins Guide for more information.