BitBucket WebHook Jenkins
Answer : SPECIFIC solution for Jenkins CI server--Webhook to Jenkins for Bitbucket plugin has been commercialized in latest version of Bit-Bucket and the current price is around $4800 which was earlier a free offering, because of this, guys who want to save their bucks, can go to the alternative solution by using webhooks feature of bit-bucket:- Steps to create a webhook:- BitBucket Side 1) Go to your bitbucket repo, click on Repository Setting, under WORKFLOW got for WEBHOOKS option and create a webhook. a) creation of webhook:- URL https://JenkinsserverURL/git/notifyCommit?url=https://bitbucket.repository-link/repository.git b) In the name tab, give any name of your choice c) click on TEST CONNECTION before saving it. Make sure you get http status 200 d) View details your logs, check your request and response is correct. Things to take care of from Jenkins Side:- 1) Make sure repository mentioned in bitbucket webhook is used in Jenkins job. 2) In SCM option, act...