Updates a team-level pipeline configuration variable in Bitbucket. Use when you need to modify existing environment variables or configuration values that are available to all pipelines within a team.
keyRequiredstringThe name/key of the pipeline variable. Must be unique within the team's pipeline configuration.
valueRequiredstringThe updated value of the pipeline variable. This will be available to all pipelines in the team.
securedbooleanWhether the variable should be secured (masked in logs). Set to `True` for sensitive values like passwords or API keys, `False` for non-sensitive values.
usernameRequiredstringThe team username that owns the pipeline configuration. This is the team identifier in Bitbucket.
variable_uuidRequiredstringThe UUID of the pipeline variable to update. This must be in UUID format (e.g., 252a372b-3e5d-4869-9df5-c379d6b062e9) and can be optionally wrapped in curly braces.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.