3.0.0 • Published 6 years ago

@ninjabytes/bot-bamboo-plugin v3.0.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
6 years ago

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;
3.0.0

6 years ago

1.3.0

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago