Creates a user-level pipeline variable for Bitbucket pipelines. Use when you need to create account-level configuration variables that can be used across all repositories owned by the user.
keyRequiredstringThe name/key of the pipeline variable. Must be unique for the user.
valueRequiredstringThe value of the pipeline variable.
securedbooleanWhether the variable should be secured/encrypted (true) or stored as plain text (false). Defaults to false.
selected_userRequiredstringThe username or UUID of the user. Can be a username (e.g., 'myusername') or a UUID enclosed in curly braces (e.g., '{4f3ecac3-c951-41d4-8a4c-95f40be978fc}').
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.