2

I am using Jenkins and BitBucket integrations. I want to trigger a build when a PR is created. I created a webhook on bitbucket it's returning 200 response but no build is getting triggered. I have enabled "Build when a change is pushed to BitBucket" option in the build configuration.

2
  • 4
    So What is your actual question or the problem? Commented Feb 15, 2018 at 13:32
  • I want to trigger a build using webhook from bitbucket cloud.2ndly How bitbucket payload can be used in shell. thanks Commented Feb 19, 2018 at 15:07

1 Answer 1

1

you can use Generic Webhook Trigger Plugin. You can integrate this plug-in with bitbucket and it will give you payload which contains all the data regarding webhook which you need to process. here is the link

Generic+Webhook+Trigger+Plugin

Sign up to request clarification or add additional context in comments.

2 Comments

How did you solved with bitbucket?I have same problem! Thanks!
we are using Generic webhook trigger pls check the link, let me know if you are facing the issue.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.