stashnotifier-plugin icon indicating copy to clipboard operation
stashnotifier-plugin copied to clipboard

Bitbucket cloud support

Open MarekFort opened this issue 9 years ago • 3 comments

Please consider adding support for Bitbucket status update. The API for Bitbucket is really similar to the one for Stash.

Bitbucket API docs: https://confluence.atlassian.com/bitbucket/buildstatus-resource-779295267.html

MarekFort avatar Dec 19 '15 19:12 MarekFort

Bitbucket Cloud may involve another authentication mechanism (OAuth) and use another API endpoints, which currently are not consistent with Bitbucket Server API.

Currently Bitbucket support requires a bunch of refactoring passes but I'll take this into account, but no promise to make it soon

scaytrase avatar Dec 19 '15 20:12 scaytrase

Note that https://github.com/jenkinsci/bitbucket-build-status-notifier-plugin exists for BitBucket Cloud.

tstibbs avatar May 17 '17 12:05 tstibbs

I think now it's possible to extend ideas from this PR https://github.com/jenkinsci/stashnotifier-plugin/pull/273 in order to achieve different clients for different versions of API

scaytrase avatar May 23 '22 09:05 scaytrase