create_build_status
Report build status for a commit in Bitbucket repositories to track CI/CD pipeline results and deployment progress.
Instructions
Create a build status for a commit.
Args: repo_slug: Repository slug (name) commit_hash: The commit hash state: Build state - "SUCCESSFUL", "FAILED", "INPROGRESS", or "STOPPED" key: Unique key for this build status url: URL to the build results (optional) description: Description of the build status (optional) name: Display name for the build (optional) workspace: Bitbucket workspace (optional if configured)
Returns: Created build status details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| commit_hash | Yes | ||
| state | Yes | ||
| key | Yes | ||
| url | No | ||
| description | No | ||
| name | No | ||
| workspace | No |