create_pipeline_variable
Adds a pipeline variable to a Bitbucket repository for configuring automated workflows, with options to secure sensitive data.
Instructions
Create a pipeline variable for a repository.
Args: repo_slug: Repository slug (name) key: Variable name value: Variable value secured: Whether the variable is secured/encrypted (default: False) workspace: Bitbucket workspace (optional if configured)
Returns: Created variable details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| key | Yes | ||
| value | Yes | ||
| secured | No | ||
| workspace | No |