Socket
Book a DemoInstallSign in
Socket

bamboo-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

bamboo-status

Get your Bamboo build status as image (deeply inspired by travis-ci status images...)

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Bamboo Status

Get your Bamboo build status as images like in travis-ci.

Install, Configure & Run

git clone XXX
npm install

You can configure the status server to fit your needs with the options input like:

var status = require('bamboo-status');
var options = {bamboo: http://bamboo.ow2.org, port: 3001};

status.start(options, function(err) {
  console.log('...');
});

Possible options are:

  • bamboo: The bamboo URL. The status server will deduce the REST API endpoint from the provided value
  • port: The port to start the server on. If you defined the PORT system env (useful for heroku), it ill use system env first

Deploy

You can easily deploy the application on Cloud provider such as Heroku, RTFM!

Use

Once running/deployed, you can get a Bamboo plan status image by passing the required information in the URL like:

http://HOST:PORT/status/[PLAN]/

Refs

Keywords

bamboo

FAQs

Package last updated on 03 Apr 2013

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.