Support ssh-keys to propagate build status to Bitbucket #212
Replies: 5 comments
-
This is actually a limitation of how the REST Api authentication with Bitbucket Server and Cloud works. I don't think this plugin can do anything about it. Reference: |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Indeed, the Rest API cannot use SSH credentials, however it would be useful if this plug-in could use OAuth Credentials (ala the bitbucket build status notifier plugin). |
Beta Was this translation helpful? Give feedback.
-
Now that Bitbucket has disabled username/password login, how can I propagate the build status back to Bitbucket? |
Beta Was this translation helpful? Give feedback.
-
It would be simpler to set up Jenkins if the bitbucket-push-and-pull-request-plugin could support ssh keys to propagate the build status to bitbucket
As mentioned by @cdelmonte-zg in #108 , There is a limit while propagating the build status to bitbucket, propagation will work only if you are using, for the git plugin, credentials of the kind: "Username with Password".
#108 (comment)
I will research for other options, I just mention this as a "nice to have" feature.
Beta Was this translation helpful? Give feedback.
All reactions