@ninjabytes/bot-bamboo-plugin

3.0.0 • Public • Published

NinjaBytes Bot Bamboo Plugin

Bamboo Plugin for the NinjaBytes team bot.

Retrieves information about team bamboo builds.

Environment Variables

  • BAMBOO_SERVER: Location of the Bamboo server;
  • BAMBOO_USERNAME: Authentication username to connect to the server;
  • BAMBOO_PASSWORD: Authentication password to connect to the server;
  • BAMBOO_TEAM_PLAN: Key for the Team Branch plan.

Handles Events

  • create-bamboo-branch - Receives a vcsBranch as a parameter, and creates a bamboo branch for it.

Triggered Events

  • BambooBranch_created - When a new branch is detected on the server;
  • BambooBranch_deleted - When a previously detected branch is removed from the server;
  • BambooBranch_updated - When a previously detected branch is changed;
  • BambooBuild_created - When a new build (for a known branch) is detected on the server;
  • BambooBuild_deleted - When a previously detected build (for a known branch) is removed from the server (or when newer results are available);
  • BambooBuild_updated - When a previously detected build (for a known branch) is changed;

Readme

Keywords

none

Package Sidebar

Install

npm i @ninjabytes/bot-bamboo-plugin

Weekly Downloads

0

Version

3.0.0

License

ISC

Unpacked Size

28.4 kB

Total Files

17

Last publish

Collaborators

  • d3c0d3dpt