Dashboard Automation

I need some help related to Dashboard Automation:

  1. Do we have any API to retrieve Jenkins build information?

Note: We will like to display our build details with execution status in a Dashboard( for Visual Analytics)

There are many different levels that you can consider for Jenkins build information dashboards.

Plugins for dashboards inside Jenkins

Dashboards that can be displayed inside Jenkins include:

Plugins for dashboards outside Jenkins

Build status reporting API

See the remote access API documentation page and the matching pages in your Jenkins controller to get more detailed reports from the API.

Notification plugins are also available to push information.