Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mozaik-ext-bamboo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mozaik-ext-bamboo

Mozaik Bamboo Widgets

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Mozaïk Bamboo Widgets

npm version

Bamboo Client Configuration

In order to use the Mozaïk Bamboo widgets, you have to configure its client.

Parameters

keydescription
baseUrlURL of your Bamboo installation
auth.userUsername to authenticate with
auth.passwordMatching passwort to authenticate with

Usage

{
  //…
  api: {
    bamboo: {
      baseUrl: 'https://my.bamboo.server.com',
      auth: {
        user: 'user',
        password: 'password'
      }
    }
  }
}

Bamboo Build Plan Results

Shows the latest result for a list of build plans identified by their ID's.

Bamboo Build Plan Results

Parameters

keyrequireddescription
planIdsyesAn array with plan ID's as string

Usage

{
  type: 'bamboo.plan_results',
  columns: 1, rows: 1, x: 0, y: 1,
  planIds: [
    'BP-BPL1',
    'BP-BPL2'
  ]
}

Bamboo Agents Status

Shows the current status for a list of agents identified by their ID's.

Bamboo Agents

Parameters

keyrequireddescription
agentIdsyesAn array with agent ID's as string

Usage

{
  type: 'bamboo.agents',
  columns: 1, rows: 1, x: 0, y: 0,
  agentIds: [
    '302612481',
    '302612482'
  ]
}

FAQs

Package last updated on 04 Jun 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc