Bitbucket webhook to trigger Jenkins job Bitbucket webhook to trigger Jenkins job jenkins jenkins

Bitbucket webhook to trigger Jenkins job


as commented by @tomas-bjerre the resolution was to use a different plugin

I would recommend using thie plugin instead: github.com/jenkinsci/generic-webhook-trigger-plugin – Tomas Bjerre yesterday


No plugin needed. Just add a post-recieve hook under your repo in Bitbucket. On Jenkins, under Build Triggers, Trigger builds remotely (e.g., from scripts) Trigger builds remotely (e.g., from scripts) and specify an Authentication Token. A bash or python script can be used for the hook. Anytime a git push is run (not just a commit), you trigger a build!