Skip to main content

52 docs tagged with "plugin"

View all tags

Agility Plugin

This topic describes how to configure the Digital.ai Release—Agility integration plugin.

Air-Gapped Environments

The Digital.ai Release plugin manager has the ability to work in an air-gapped environment, where there's no internet access. There are 3 options to choose from.

Ansible Plugin

The Release Ansible plugin allows Release to run playblooks on an Ansible host. It includes the following task types:

Argo CD Plugin

This topic describes the tasks available with the Argo CD plugin.

Bitbucket Plugin

This topic describes how to configure the Digital.ai Release Bitbucket plugin.

Black Duck Plugin

In the Digital.ai Release Black Duck plugin, you can monitor various risks as analyzed by Black Duck, and to take action in Digital.ai Release. For example, to fail or pass a release based on the severity and volume of risks in Black Duck.

Checkmarx Plugin

With the Digital.ai Release Checkmarx plugin, you can trigger scans in Checkmarx for your application, verify scan results, and check compliance directly from the Digital.ai Release user interface.

Conjur Connection Plugin

The CyberArk Conjur plugin is used to retrieve secrets from a CyberArk Conjur server. Configuring this plugin allows you to store secrets an external provider and retrieve them at runtime when during a release execution.

Conjur Plugin

This document describes the functionality provided by the xlr-conjur-integration. This plugin provides the ability to populate a release variable with secret retrieved from a Conjur server. The release variable can then be used by subsequent tasks in the release.

Create Custom Configuration Types

In Release you can add custom configuration types in XML. Custom configuration types appear in the configuration screens, and custom tasks can reference configuration instances. You can use custom configuration type tasks to reference third-party component settings. For example, Release includes with JIRA Server and Jenkins Server, which are custom configuration types.

Create Custom Task Types

In Release you can add custom task types that appear in the user interface and integrate seamlessly with other tasks in the release flow. You can use custom tasks to integrate with third-party components. For example, Release includes JIRA integration tasks, which are a set of custom tasks.

Creating Custom Tiles

In Digital.ai Release you can customize the release dashboard by adding new tiles as per your specific requirements to know about your planning information. This topic describes how to create custom tiles.

Declare Custom REST Endpoints

You can extend Release by creating new endpoints backed by Jython scripts. You can use this feature, for example, to integrate with other systems.

Delphix Plugin

The Release Delphix plugin allows Release to manage virtual databases and bookmarks on a Delphix Dynamic Data Platform. It includes the following task types:

Deploy Plugin

The Deploy plugin for Release allows you to start a control task or to start a deployment of an application on Deploy. It also provides the functionality to trigger undeployment of an application already deployed on Deploy.

Docker Compose Plugin

With the Release Docker Compose plugin you can create and destroy multi-container Docker applications on a Docker host. It includes the following task types:

Dynatrace Plugin

The Release Dynatrace plugin is a community plugin that is not officially supported by Digital.ai. If you have questions, please contact the Digital.ai Support team.

Fortify on Demand Plugin

With the Release Fortify on Demand plugin, you can check your application compliance rating in Fortify on Demand, directly from the Release user interface.

Fortify SSC Plugin

The Release Fortify SSC enables Release to work with reports and metrics from a Fortify Software Security Center(SSC) server.

Github Plugin

This topic describes how to configure the Digital.ai Release Github plugin.

Gitlab Plugin

This topic describes how to configure the Digital.ai Release Gitlab plugin.

Hashicorp Vault Plugin

The HashiCorp Vault plugin is an Digital.ai Release plugin to retrieve secrets from a Vault Server for use in your tasks and automations. These secrets include static and dynamic username and password fields from the Secrets Engine of your choice.

Jenkins Plugin

This topic describes using a CI tool plugin to interact with Release. However, as a preferred alternative starting with version 9.0, you can utilize a wrapper script to bootstrap XL CLI commands on your Unix or Windows-based Continuous Integration (CI) servers without having to install the XL CLI executable itself. The script is stored with your project YAML files and you can execute XL CLI commands from within your CI tool scripts. For details, see the following topics:

Jira Plugin

This topic describes how to configure the Jira Release plugin.

Jira Tasks Plugin

You can use JIRA tasks in Release to interact with an Atlassian JIRA server. The following JIRA task types are available:

Kubernetes Plugin

The Release Kubernetes plugin allows Release to work with resources on a Kubernetes host. It includes the following task types:

Octopus Deploy Plugin

The Release Octopus Deploy plugin allows you to create releases and trigger deployments on Octopus Deploy through the Release platform. The following task types are included:

OpenShift Plugin

The Release OpenShift plugin allows you to work with resources on an OpenShift host from the Release UI. The following task types are included:

OpsGenie Plugin

The Release OpsGenie plugin enables you to use Release with OpsGenie to generate alerts with all the supporting information to the responsible teams and people from within the release pipeline.

Plugin Classloader

Digital.ai Release runs on the Java Virtual Machine (JVM) and has two classloaders: one for the server itself, and one for the plugins and extensions. A plugin can have a .jar extension. The JAR format is a ZIP archive that bundles a plugin with all of its dependencies.

Plugin Manager Troubleshooting

This section describes some of the common user issues faced when using the Plugin Manager with corresponding response messages.

Release Relationships Plugin

The Release Relationships View is used to visualize relationships between releases and manage multiple releases at the same time.

Release With Delivery Insights

The Digital.ai Release with Delivery Insights brings together Agile and DevOps to help you improve visibility and collaboration across software development and deliveries by seamlessly connecting the data and artifacts at each stage of the release to the related agile stories and features—allowing the whole organization to use a single tool to easily track progress end-to-end.

Remote Completion Plugin

This topic describes how to install and configure the Release Remote completion plugin. For more information, see Using the Remote completion plugin.

Remote Script Tasks Plugin

Remote Script tasks enable Release to execute commands on remote hosts using the Overthere framework, a Java library for manipulating files and executing processes on remote hosts.

Remoting Plugin

The Release Remoting plugin is used to configure Unix and Windows hosts in Release, so that other plugins can execute commands on and transfer files to those hosts. For example, the Release Ansible, Kubernetes, and Docker Compose plugins all leverage the Remoting plugin.

ServiceNow Plugin

With the Release ServiceNow plugin, you can work with release tasks on a ServiceNow host from the Release UI.

SonarQube Plugin

The Release SonarQube plugin enables Release to work with reports and metrics from a Sonar server.

Sonatype Nexus IQ Plugin

The Release Sonatype Nexus IQ plugin is a Release plugin that enables the evaluation of a binary within the Nexus IQ server.

TeamForge Integration

This topic describes how to configure the Digital.ai Release—TeamForge integration plugin.

Topaz for Total Test Plugin

The Compuware Topaz for Total Test plugin enables execution of the Topaz for Total Test CLI with parameters required to automate testing using Release for continuous delivery.

Use Remote Completion Task

With the remote completion task, you can complete or fail a specific task from a remote location without access to the company network and without logging in to Release.

Use Scheduling in Scripts

A scheduled script can be used within a custom task script to check for the availability of a resource or to do something when conditions are satisfied, see Create custom task types.

Vault Connection Plugin

The HashiCorp Vault plugin is used to retrieve secrets from a HashiCorp Vault server. This plugin allows you to store secrets with an external provider and retrieve them at runtime during the release execution.

Webhook Event Tasks

Webhook event tasks are extensible automated tasks that wait for events from webhooks endpoints and complete when the incoming event matches the specified condition.