🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

dashbi-widget-jenkins-build-status

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashbi-widget-jenkins-build-status

Dashbi widget that displays the Jenkins build status

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

dashbi-widget-jenkins-build-status

Dashbi widget that displays the Jenkins build status. Created to work with dashbi-data-provider-jenkins-build.

screenshot

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 from

Install

npm install --save dashbi-widget-jenkins-build-status

Register

Dashbi should detect and auto-register widget.

Example

Let's say that your Jenkins Job URL is https://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'
    }
  }
});

Data Providers

Data provider used in above example is jenkins-build

Keywords

dashbi

FAQs

Package last updated on 22 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts