Home

dashbi-worker

Dashbi Worker is class designed for data providers. Purpose of this class is to help develop Dashbi data providers. Of corse it's possible to develop data provider without this class.

Usage

Widgets takes always the newest record from source and displays the status (build result). In bottom-left corner last build ID is presented, and in bottom-right corner duration in HMS fromat.

Example

dashbiLayout.addWidget({
  name: 'jenkins-build-status',
  title: 'My Jenkins Job',
  source: {
    name: 'jenkins-build',
    params: {
      jenkinsUrl: 'https://myjenkins.example.org',
      jobPath: 'job/Hello'
    }
  }
});