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 **application passwords** like this: https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html
36
+
Create **application passwords** like this: https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html. Pass the username (`-u`) and the application password (`-p`) to the command.
37
+
38
+
Alternatively, the plugin supports **api tokens**; create them like this: https://support.atlassian.com/bitbucket-cloud/docs/api-tokens/. Pass the api token (`-t`) to the command.
27
39
28
40
If using it from **Jenkins**, you may integrate with Bitbucket Cloud with this plugin: https://github.com/jenkinsci/generic-webhook-trigger-plugin
29
41
@@ -138,6 +150,15 @@ Missing a format? Open an issue [here](https://github.com/tomasbjerre/violations
138
150
# Usage
139
151
140
152
```shell
153
+
-api-token, -t <string> You can create an
154
+
'api token'in Bitbucket
155
+
to use here. See https://support.
156
+
atlassian.com/bitbucket-cloud/
157
+
docs/api-tokens/
158
+
Note: If you pass this argument,
159
+
`-u` and `-p` shall be omitted.
160
+
<string>: any string
161
+
Default:
141
162
-comment-only-changed-content, -cocc <boolean> True if only changed
0 commit comments