-
Bug
-
Resolution: Fixed
-
Blocker
-
Bitbucket Cloud and Jenkins
I am using Bitbucket cloud service for repositories and Jenkins for builds. I am able to run my pipeline and trigger automatically when a new push chnages to a specified branch and have multiple jobs. E.g I have dev, stage, production environments for android builds. Whenever some one push to those branches in Bitbucket cloud, so jenkins is able to trigger build automatically against its branches. But I have another job in jenkins which is created for developers to test their code before merging it into other branch. It is pr job which must execute when someone created any pull request then it should trigger build against it but it is not working.
I have installed all the plugins mentioned above to fulfill my requirement but jenkins is not able to trigger build when someone created a pull request from any branch to any branch.
Please suggest some configurations on jenkins side so that it will be able to trigger build when a new pr created or updated.
[JENKINS-55896] Jenkins is not triggering build on any pullrequest created in bitbucket repo
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Attachment | New: bitbucket payload.txt [ 45861 ] | |
Attachment | New: Bitbucket-plugin-Generic Plugins.jpg [ 45862 ] | |
Attachment | New: Bitbucket-plugin-pull request builder plugin (2).jpg [ 45863 ] | |
Attachment | New: Bitbucket-plugin-pull-push.jpg [ 45864 ] | |
Attachment | New: BitBukcet Settings-1.jpg [ 45865 ] | |
Attachment | New: BitBukcet Settings-2.jpg [ 45866 ] |
Attachment | New: Screenshot_2019-02-01 Jenkins.png [ 45870 ] |
Attachment | New: Bitbucket Request Response on Bitbucct Generic Plugin.jpg [ 45872 ] | |
Attachment | New: Bitbucket Request Response on Bitbucket Pull request Builder Plugin.jpg [ 45873 ] |
Attachment | New: Bitbucket Pulll request Logs setting in Jenkins.jpg [ 45874 ] |
Attachment | New: Bitbucket Request Response on Bitbucket Pull request Builder Plugin.jpg [ 45875 ] |
Hello,
1) may you send me the logs generated by the plugin and some jpeg screenshots of the actual configuration panes of the jenkins plugin (after having masked sensitive informations)?
2) do you configured properly the Bitbucket webhook to trigger also pull requests? On the Bitbucket webhooks settings mask there is also a checkbox to click, in order to specify it. To see it, you need to select the radio button: "Choose from a full list of triggers".
3) Do you want to trigger a build after a pull request from which to which branch, exactely?
Bests,
Christian