We have a requirement to trigger a Jenkins Pipeline build when a pull request is created.
Below are the configurations that we have for Bitbucket :
1: Added a webhook with URL with active state
http://<jenkinshost>:<jenkinsport>/bitbucket-scmsource-hook/notify
2: Selected radio button Choose from a full list of triggers
3: Selected Pull Request event, Pull Request Created
On the Jenkins side we have below configurations:
1: Poll SCM set to true with a longer interval
2: Discover Branches Strategy: "All Branches"
3: Bitbucket Enpoints > Bitbucket Cloud > Manage Hooks set to checked
Logs on Jenkins server:
com.cloudbees.jenkins.plugins.bitbucket.hooks.BitbucketSCMSourcePushHookReceiver
X-Bitbucket-Type header not found. Bitbucket Cloud webhook incoming.
Finished processing com.cloudbees.jenkins.plugins.bitbucket.hooks.PullRequestHookProcessor$1 CREATED event from ⇒ http://<JenkinsHost>:<jenkinsport>/bitbucket-scmsource-hook/notify with timestamp Matched 0.
It seems it is not able to detect the changes as it always says Matched 0.
If we change the trigger from Pull request created to Repo push everything seems to work fine, only Pull request created does not work
Are we missing any specific setting on Bitbucket or Jenkins side?
Please use the https://wiki.jenkins.io/display/JENKINS/Generic+Webhook+Trigger+Plugin . It will trigger the build when PR created and Updated. It also hold all the payload from bitbucket webhook.
Any updates on this one? I am using Jenkins v2.153. Is there a work around?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.