Skip to content

zhouqr2000/xlr-ispw-plugin

 
 

Repository files navigation

XL Release ISPW plugin

Build Status Codacy Badge Code Climate License: MIT Github All Releases

Preface

This document describes the functionality provided by the xlr-ispw-plugin.

See the XL Release Documentation for background information on XL Release and release concepts.

Overview

This is a plugin allowing to interact from XL Release with ISPW for deploying, promoting, ... applications on the mainframe.

Installation

  • Minimal version XLR: 7.1.0+
  • The deploy and promote tasks are asynch tasks. This means you'll need to provide a callback task id, that can be used to let the task fail or pass. In order to this you can make use of the xlr-xlrelease-plugin which provides a task Get Task Id

Tasks

Assignments

  • Create Assignment
  • Load Task
  • Get Assignment Information
  • Get Assignment Task List
  • Get Assignment Task Information
  • Generate Tasks in Assignment
  • Promote Assignment
  • Deploy Assignment
  • Regress Assignment

Releases

Some examples

  • CreateRelease

    XLR Create Release

  • GetReleaseInformation

    XLR Get Release Information

  • GetReleaseTaskList

    XLR Get Release Task List

  • Promote

    XLR Promote

  • Regress

    XLR Regress

  • Deploy

    XLR Deploy

Others

  • Get Release Task Information
  • Generate Tasks in Release
  • Get Release Task Generate Listing

Sets

Some examples

  • GetSetInformation

    XLR Get Set Information

  • GetSetTaskList

    XLR Get Set Task List

  • GetSetDeploymentInformation

    XLR Get Set Deployment Information

  • FallbackSet

    XLR Fallback Set

Example Template

XLR Example Template

About

Integration between XL Release and ISPW

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.1%
  • Go 9.4%
  • HTML 7.3%
  • JavaScript 4.6%
  • Shell 1.6%