-
Improvement
-
Resolution: Done
-
Minor
-
None
The current documentation around Webhook Management for Bitbucket Server and help messages do not give enough information to the end user about:
- What plugin (and plugin version) is required for the Plugin implementation ? (I believe this is https://marketplace.atlassian.com/apps/1215474/post-webhooks-for-bitbucket?tab=overview&hosting=datacenter)
- What permissions are required for the credentials provided (Admin permissions)
- relates to
-
JENKINS-46946 Use the bitbucket server webhook api
-
- Closed
-
The Bitbucket Branch Source plugin for Jenkins supports the native webhooks of Bitbucket Server, so it does not require any plugin there. That was implemented in PR #138 for
JENKINS-46946.It needs Admin permission to repositories in Bitbucket Server, in order to configure the webhooks automatically. However, if you configure the webhooks manually, then Read permission is enough for checking out the files and posting build statuses back to Bitbucket Server.