Difference between revisions of "Template: ArticleHelmRN"
From Genesys Documentation
(Update package: RN Automation: Data Structure) |
m (Reverted edits by Ed.jamer@genesys.com (talk) to last revision by Barry.grenon@genesys.com) (Tag: Rollback) |
||
Line 33: | Line 33: | ||
tables=Issue,ComponentRN,ComponentRN__ComponentId,ComponentRN__DeploymentTypeId,Component | tables=Issue,ComponentRN,ComponentRN__ComponentId,ComponentRN__DeploymentTypeId,Component | ||
|join on=Issue._pageName=ComponentRN._pageName,ComponentRN._ID=ComponentRN__ComponentId._rowID,ComponentRN._ID=ComponentRN__DeploymentTypeId._rowID,ComponentRN.ComponentId HOLDS Component.Id | |join on=Issue._pageName=ComponentRN._pageName,ComponentRN._ID=ComponentRN__ComponentId._rowID,ComponentRN._ID=ComponentRN__DeploymentTypeId._rowID,ComponentRN.ComponentId HOLDS Component.Id | ||
− | |fields=Component.Name=Service,ComponentRN.ReleaseNumber,PrivateEditionReleaseDate= | + | |fields=Component.Name=Service,ComponentRN.ReleaseNumber=Release Number,PrivateEditionReleaseDate=Release Date,Containers=Updated Helm Charts & Containers |
− | + | <!--|format=template | |
− | + | |template=HelmPrint--> | |
− | |||
− | |format=template | ||
− | |template=HelmPrint | ||
|where=(ComponentRN__ComponentId._value IN ({{#arraymap:{{{ComponentId|}}}|,|x|'x'}})) AND (ComponentRN__DeploymentTypeId._value IN ({{#arraymap:{{{DeploymentTypeId|}}}|,|x|'x'}})) AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" AND PrivateEditionReleaseDate IS NOT NULL | |where=(ComponentRN__ComponentId._value IN ({{#arraymap:{{{ComponentId|}}}|,|x|'x'}})) AND (ComponentRN__DeploymentTypeId._value IN ({{#arraymap:{{{DeploymentTypeId|}}}|,|x|'x'}})) AND ComponentRN._pageNamespace="{{NAMESPACENUMBER}}" AND PrivateEditionReleaseDate IS NOT NULL | ||
|named args=yes | |named args=yes |
Revision as of 14:38, September 23, 2021
This is the "ArticleHelmRN" template.
It should be called in the following format:
{{ArticleHelmRN |ServiceId= |ComponentId= |DeploymentTypeId= }}
Edit the page to see the template text.
This template defines the table "ArticleHelmRN". View table. This template adds rows to the table "Article", which is declared by the template Article. View table.