Creates a team-level pipeline configuration variable in Bitbucket. Use when you need to add environment variables or configuration values that should be available to all pipelines within a team.
keyRequiredstringThe name/key of the pipeline variable. Must be unique within the team's pipeline configuration.
valueRequiredstringThe 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.
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.