This plugin provides integration with CloudBees Analytics reports and/or dashboards to focus on key metrics across releases and pipelines - from code commit to deployment. The ability to visualize this information as dashboards enables enterprises to understand the overall status of their release and deployment process, identify hotspots that require action, understand trends, and find opportunities for further improvement.
You can create reports and dashboards by adding data sources for different external tools you are using in your release. The supported tools are based on the installed plugins that support collecting data for the dashboard to send to the CloudBees Analytics server. For more information, refer to Monitoring with CloudBees Analytics.
Code commit
Collects reporting data from Git repositories, allowing you to use the Code Commit Trends dashboard to monitor the code velocity across teams and SCM repositories over time.
Input parameters
Parameter | Description |
---|---|
Git repository URL |
Required. A Git repository URL. For example, |
Remote branch |
Required. The name of the Git branch to use. For example, |
Starting commit |
The hash of the earliest commit that data needs to be collected from. This only needs to be configured for the first procedure run. |
Metadata property path |
The property sheet where run metadata is stored.
If omitted, |
Commit URL template |
Enter the template for the URL to be resolved. For example, the template for the |
Transform script |
Provides Groovy closure for payload customization. This script is invoked by the plugin with one or two parameters.
In the following example, the
or
|