Plugin Manager
You can manage your Digital.ai Release plugins directly from the Digital.ai Release user interface. The plugin manager displays the list of installed plugins and their current version. With the plugin manager you can upload a new plugin or a new version of an installed plugin directly from the user interface.
To use the plugin manager, from the top navigation bar, click Settings > Manage plugins.
To view a list of all the installed plugins in Digital.ai Release, from the left navigation pane, click Installed plugins.
- The Plugins tab is accessible only to the Admin user.
- As of Digital.ai Release 10.2.0, the plugin manager is available in cluster mode.
View and install an official Digital.ai Release plugin
To view and install the official Digital.ai Release plugins, do the following steps:
- From the top navigation bar, select Settings > Manage plugins.
- Use the search box to search a plugin you wish to install.
- Click Install now on the respective plugin that you would like to install. At that point (while install is in process) if you wish to abort the installation process, you can click on Cancel installation.
- If there is a newer version of an already installed plugin available, the button will turn state and show Upgrade to x.x.x.
- You must restart Digital.ai Release to finish the plugin installation process.
- Plugins which are shown on the Browse tab of the plugin manager official Digital.ai plugins. Ensure there is network connectivity in order to see all the official Digital.ai Release plugins on the Browse tab, .
Upload a new plugin
To upload a new plugin or a new version of an existing plugin, do the following steps:
- On the navigation bar, click the Settings icon, and then click Manage plugins.
- Click the Installed plugins tab.
- Click Upload and then select and upload the plugin file from your local machine. Note: It is possible to upload only 3rd party plugins. There are certain rules with installation of same plugins of different versions. Refer Plugin Synchronization for more information.
- You can also upload a 3rd party plugin using Plugin Manager CLI.
After you upload a plugin, you must restart your Digital.ai Release instance.
Test that plugins are installed correctly
In Release there are two types of plugins: a plugin that is visible through the UI, and a plugin that is a background process with no UI. The following procedures describe how to test if a plugin is installed correctly.
If you find that a plugin is not installed correctly, remove and reinstall the plugin. If, after reinstalling, the plugin is not installed correctly, contact Digital.ai Support.
Verify that a plugin with a UI is installed correctly
- In the top navigation bar, click Settings > Manage Plugins.
- From the left navigation pane, click Installed plugins.
- Verify that the plugin is installed by browsing the list of installed plugins.
- From the left navigation pane, click the Back button next the Users and Permissions group.
- Under the Reports group, click Dashboards.
- Verify that the plugin has a tile and a default description.
- In the top navigation bar, click Settings > Users and permissions, and then click Task access.
- Verify that plugin related types are listed.
Verify that a plugin with no UI is installed correctly
- In the left navigation bar, click Connections under the Configuration group.
- Find the plugin that you want to test and click .
- Fill out the required fields.
- Click Test.
Remove a plugin
Plugins may add new types to Release. Removing a plugin may prevent Release from reading your existing data due to missing types.
Do not delete the xlr-official
folder. The Digital.ai Supported plugins are downloaded to this folder from the plugin manager.
-
Shut down the Release server.
Operating system Shortcut Microsoft Windows Ctrl + c Unix-based systems Ctrl + c -
You can delete Digital.ai Release plugins with the plugin manager command-line interface (CLI) from the database or filesystem. Refer Plugin Manager CLI for more information.
-
Start the Release server: Open a command prompt or terminal, point to the
XL_RELEASE_SERVER_HOME/bin
directory, and execute the appropriate command:Operating system Command Microsoft Windows run.cmd
Unix-based systems run.sh
Configure proxy for plugin manager
If the Digital.ai Release server uses a proxy to connect to the internet, the plugin manager cannot install a plugin from the GUI. The plugin manager must access the https://plugins.xebialabs.com/nexus/
URL to fetch the plugins.
To configure the proxy settings for the plugin manager, add the below configuration to the conf/xl-release.conf
file:
xl {
database {
}
reporting {
}
features.plugins.servers.xebialabs-plugins.proxy {
host = "proxy.example.com"
port = 8888
credentials{
username = "user"
password = "password"
}
}
}