create_commit_status
Report CI/CD build status for commits to Bitbucket repositories from external systems, enabling visibility into pipeline execution results.
Instructions
Create a build status for a commit.
Use this to report CI/CD status from external systems.
Args:
repo_slug: Repository slug
commit: Commit hash
state: Status state - one of: SUCCESSFUL, FAILED, INPROGRESS, STOPPED
key: Unique identifier for this status (e.g., "my-ci-system")
url: URL to the build details (optional)
name: Display name for the status (optional)
description: Status description (optional)
Returns:
Created status infoInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| commit | Yes | ||
| state | Yes | ||
| key | Yes | ||
| url | No | ||
| name | No | ||
| description | No |