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.
To collect data, select Advanced Mode on the Create Pipeline Run page and paste a JSON config like the following:
[ [ { "plugin": "jenkins", "options": { "connectionId": 1 } } ] ]
Build is kind of a snapshot of job. Running job each time creates a build.