Skip to content

Create and start another XL Release template from a parent template

Notifications You must be signed in to change notification settings

vanstoner/xlr-xlr-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preface

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

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

Overview

The xlr-xlr-plugin is a XL Release plugin that allows to

  • invoke (create and start) another template from an existing template. So you can call from a parent template a subtemplate.
  • create a template and associate users/groups to teams within that template

Types

  • Create and Start SubRelease

    • templateName: Name of the template to invoke (string)
    • releaseTitle: Name of the sub release instance (string)
    • releaseDescription: Description of the sub release (string)
    • variables: Comma separated key value pairs, e.g. key1=value1,key2=value2 (string)
  • Create Template

    • templateName: Name of the template to create (string)
    • tags: Comma separated list of tags to associate with this template e.g. tag1,tag2 (string)
  • Add Users to Template

    • templateName: Name of the template to add users to (string)
    • userTeams:Comma separated, Colon deliminated list of user:team values ('string`)

About

Create and start another XL Release template from a parent template

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.7%
  • Groovy 5.3%