0.1.1 • Published 9 years ago

bamboo-ci v0.1.1

Weekly downloads
2
License
GPLv2
Repository
-
Last release
9 years ago

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.

0.1.1

9 years ago

0.1.0

9 years ago