Load and upgrade plugins

This topic explains how to install and upgrade plugins in Deployment Automation.

Load plugins

You install, or load, plugins from the Deployment Automation user interface.

For details on available plugins, see the Supported plugins.

Note: You can load only the plugins that use Groovy version 3.0.0 or later. Plugins with an old Groovy version might not run on agents 6.3.3 and later.

To load a plugin:

  1. Download a bundled zip file with Deployment Automation plugins from the Software Licensing and Downloads portal (requires login).

  2. Extract the individual plugin zip file from the bundle.

  3. In Deployment Automation, navigate to Administration > Automation.
  4. In the Plugins tab, click Load Plugin.
  5. In the Load Plugin dialog box, click Choose File and select the plugin zip file you extracted earlier.
  6. Click Load.

After the plugin is uploaded, it is added to the list of plugins on the Administration > Automation > Plugins page.

The plugin becomes available immediately. You can select it in the Tools pane when you design a component or global process. For details, see Create and design component processes.

Back to top

Upgrade plugins

Keep your plugins current to take advantage of new steps, properties, and other improvements.

When you upgrade a plugin, the system automatically upgrades all processes that use plugin steps, creating a new version of each process.

If several plugin versions are available on the server, you can upgrade them only to the latest version. Incremental upgrades are not supported.

For details on how to upgrade plugins when importing data from another server, see Import replication data.

To upgrade a plugin:

  1. Navigate to Administration > Automation.

  2. On the Plugins tab, find the plugin you want to upgrade. Use Search to find plugins by name or description.

  3. Click Upgrade Usages next to the plugin and confirm the upgrade.

    The system upgrades all plugin usages and automatically creates a new version of each relevant process. Retest the processes if needed.

Back to top

See also: