@ninjabytes/bot-bamboo-plugin
v3.0.0
Published
NinjaBytes Team Bot Bamboo Plugin
Downloads
9
Readme
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 avcsBranch
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;