Difference between Bitbucket plugin and stash webhook

Article ID:217407487
1 minute readKnowledge base

Issue

Environment

  • CloudBees Jenkins Enterprise

  • Bitbucket plugin

  • Stash webhook

Resolution

The plugin from marketplace.atlassian.com is a plugin for Bitbucket which it allows you to do the push from Bitbucket server to a Jenkins instance.

The Jenkins plugin opens a url endpoint called: JENKINS_URL/bitbucket-hook which the Bitbucket server can do a simple POST to the url endpoint and Jenkins will build all projects.

Both of the plugins provide the same functionality, however both come from different places. If you do not have direct access to the admin page for the Bitbucket server to install the plugin, then using the Jenkins Bitbucket plugin would be a good alternative.

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.