You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new deployment environment variable for the given repository.
156
+
157
+
:param key: string: The unique name of the variable.
158
+
:param value: string: The value of the variable. If the variable is secured, this will be empty.
159
+
:param secured: boolean: If true, this variable will be treated as secured. The value will never be exposed in the logs or the REST API.
160
+
161
+
:return: The created DeploymentEnvironment object
162
+
163
+
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-deployments-config-environments-environment-uuid-variables-post
Update the repository variable properties. Fields not present in the request body are ignored.
209
+
210
+
:param kwargs: dict: The data to update.
211
+
212
+
:return: The updated repository variable
213
+
214
+
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-deployments-config-environments-environment-uuid-variables-variable-uuid-put
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-deployments-config-environments-environment-uuid-variables-variable-uuid-delete
0 commit comments