list_pipeline_variables
Retrieve configured pipeline variables for a Bitbucket repository to manage CI/CD configuration and deployment settings.
Instructions
List pipeline variables configured for a repository.
Args: repo_slug: Repository slug (name) workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25)
Returns: List of pipeline variables
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| workspace | No | ||
| page | No | ||
| pagelen | No |