This repository was archived by the owner on Feb 20, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork0
Dashbi data provider that fetches last build for given Jenkins job
License
NotificationsYou must be signed in to change notification settings
marverix/dashbi-data-provider-jenkins-build
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Dashbi data provider that fetches last build for given Jenkins job.
npm install --save dashbi-data-provider-jenkins-build
Dashbi should detect and auto-register data provider.
You need to provide to params:
jenkinsUrl
jobPath
Let's say that your Jenkins Job URL ishttps://myjenkins.example.org/job/Hello/
.Your widget configuration could look like this:
dashbiLayout.addWidget({name:'jenkins-build-status',title:'My Jenkins Job',source:{name:'jenkins-build',params:{jenkinsUrl:'https://myjenkins.example.org',jobPath:'job/Hello'}}});
Widget created to display build status isjenkins-build-status
About
Dashbi data provider that fetches last build for given Jenkins job
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.