bamboo_trigger_build
Trigger a new build for any Bamboo plan by specifying the plan key, optional stage, custom revision, and variables.
Instructions
Trigger a build for a Bamboo plan
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_key | Yes | The plan key to build (e.g., "PROJ-PLAN") | |
| stage | No | Specific stage to execute | |
| execute_all_stages | No | Execute all stages (default: true) | |
| custom_revision | No | Custom VCS revision to build | |
| variables | No | Bamboo variables to pass to the build (key-value pairs) |