bamboo-ci

0.1.1 • Public • Published

Bamboo-CI

Simple library to consume the API provided on Atlassian's Bamboo CI Server.

Usage

var Bamboo = require('bamboo-ci');

var bamboo = new Bamboo('http://bamboo.mycompany.com', 'my', 'Password!');
bamboo.getServerStatus().then(console.log);
bamboo.getBambooInfo().then(console.log); // This route requires auth.

This is the initial version to just give basic endpoints, however, it will shortly have some helpers to enable better branch and build management.

Readme

Keywords

Package Sidebar

Install

npm i bamboo-ci

Weekly Downloads

0

Version

0.1.1

License

GPLv2

Last publish

Collaborators

  • nerdwaller