Description
Handlebar is a simple templating language. It can be used to generate HTML or other text formats from a template and input object.
Handlebar is a simple templating language. It can be used to generate HTML or other text formats from a template and input object.
The Handlebar Reporter plugin takes a Handlebars template and using a context generator to create HCL Accelerate reports. This plugin is required to run reports.
Must be running HCL Accelerate version 2.0.x and later to use the plugin.
To use the Handlebar Reporter plugin, the plugin must be loaded and an instance created before you can configure the plugin integration. You define configuration properties in the user interface or in a JSON file.
The Handlebar Reporter plugin supports scheduled events integration which are listed in the following table.
Name | Description |
---|---|
handlebarsRunner | Generates a report. |
There are two methods to integrate the plugin:
The JSON file contains the information for creating a value stream and integrating with the Handlebar server. The following table describes the information for the creating an HCL Accelerate value stream map.
The following tables describe the properties used to configure the integration. Each table contains the field name when using the user interface and the property name when using a JSON file.
properties
configuration property.Some properties might not be displayed in the user interface, to see all properties enable the Hidden field.
Name | Description | Required | Property Name |
---|---|---|---|
NA | The version of the plugin that you want to use. To view available versions, click the Version History tab. If a value is not specified, the version named latest is used. | No | image |
Integration Name | An assigned name to the value stream. | Yes | name |
Logging Level | The level of Log4j messages to display in the log file. Valid values are: all, debug, info, warn, error, fatal, off, and trace. | No | loggingLevel |
NA | List of plugin configuration properties used to connect and communicate with the HCL Accelerate server. Enclose the properties within braces. | Yes | properties |
The name of the tenant. | Yes | tenant_id | |
NA | Unique identifier assigned to the plugin. The value for the Handlebar plugin is ucv-ext-handlebars-reporter . |
Yes | type |
Name | Type | Description | Required | Property Name |
---|---|---|---|---|
UCV User Access Key | Secure | The user access key used to authenticate with the HCL Accelerate server. | Yes | ucvKey |
The following sample code can be used as a template to define the integration within the JSON file for a value stream. Copy and paste the template into the JSON file Integration section and make the appropriate changes.
"integrations": [
{
"type": "ucv-ext-handlebars-reporter",
"name": "",
"tenant_id": "",
"logginglevel": "info",
"ucvkey": "key,
"properties": {
],
}
}
]
Uploaded: 18-Nov-2022 15:05
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:2.0.1
Uploaded: 14-Nov-2022 15:17
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:1.0.2
Uploaded: 07-Sep-2022 18:47
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:1.0.1
Uploaded: 01-Jun-2022 18:53
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.59
Uploaded: 01-Nov-2021 22:32
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.41
Uploaded: 30-Jul-2021 19:03
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.39
Uploaded: 21-Jul-2021 15:58
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.38
Uploaded: 17-May-2021 05:01
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.30
Uploaded: 30-Mar-2021 11:09
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.17
Uploaded: 08-Feb-2021 07:36
docker pull hclcr.io/accelerate/ucv-ext-handlebars-reporter:0.0.6