Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 2.73 KB

README.md

File metadata and controls

70 lines (44 loc) · 2.73 KB

XL Deploy Matrix plugin

Build Status License: MIT Github All Releases

Preface

This document describes the functionality provided by the XL Deploy Matrix plugin.

See the XL Deploy reference manual for background information on XL Deploy and deployment automation concepts.

Overview

The XL Deploy Matrix extension enables you to know which versions of applications are deployed.

MatrixUI screenshot

Requirements

Tested only on XL Deploy version 9.5. Should work on previous versions.

Note: XLD version should not be lower than lowest supported version. See https://support.xebialabs.com/hc/en-us/articles/115003299946-Supported-XebiaLabs-product-versions.

Installation

  • Copy the latest JAR file from the releases page into the XL_DEPLOY/plugins directory.
  • Restart the XL Deploy server.

Configuration

Three new items are available in the Configuration section in the matrix menu: Configuration screenshot

  • category

A category is used to categorize an environment. Set a name, then associate a category to the environment you want to be displayed in the report. Category screenshot The category name is used for the header of the report.

  • configuration

A configuration is used to order categories (see previous point). As per version 1.0.0, create only one configuration (only the first configuration item will be used.)

  • applicationSet

An applicationSet is a component that keep several applications as one configuration component. You normally do not create applicationSet manually. An applicationSet is created when you use the "save" button in the Matrix report.

Usage

The Matrix report is available in the "Matrix" tab.

  • Select applications using the dropdown select.
  • Press the "Generate" button to build the report.
  • You can save your configuration: enter a name and press the "Save" button.
  • To load a configuration, select one and press the "Load" button.
  • The "Reset" button clear all selections.

Versions

  • v1.0.0: initial release
  • v1.0.1: bug fixes
  • v1.0.2: search is now case insensitive