This plugin collects Jenkins data through Remote Access API. It then computes and visualizes various DevOps metrics from the Jenkins data.

| Metric Name | Description |
|---|---|
| Build Count | The number of builds created |
| Build Success Rate | The percentage of successful builds |
In order to fully use this plugin, you will need to set various configurations via Dev Lake's config-ui.
config-uiThe connection section of the configuration screen requires the following key fields to connect to the Jenkins API.
https:// or http://i, ends with /)https://ci.jenkins.io/User -> Configure -> API Token section on Jenkins.Click Save Connection to update connection settings.
To collect data, select Advanced Mode on the Create Pipeline Run page and paste a JSON config like the following:
[ [ { "plugin": "jenkins", "options": {} } ] ]
Build is kind of a snapshot of job. Running job each time creates a build.