pull-request-notifier-for-bitbucket icon indicating copy to clipboard operation
pull-request-notifier-for-bitbucket copied to clipboard

Need to trigger the jenkins build again if another new commit comes into the pull request

Open qwert321 opened this issue 10 years ago • 1 comments

Configurations for :

  1. merge button is enabled only after 1 successful build at least (in Bitbucket configs)
  2. triggers: checked with OPENED, BUTTON_TRIGGER,REOPENED, RESCOPED_TO, UPDATED (in this plugin's configs)

Case:

  1. push a commit, then create a pull request, a build is triggered automatically, and a successful build here.
  2. then, push another commit again
  3. bitbucket will take this new commit into the old pull request
  4. this plugin needs to trigger the Jenkins build again

Result: for step # 4, no build is triggered. But it should trigger it, right? Because I chose UPDATE for Triggers in configs. That means, if any update for the pull request, this plugin will trigger the build, right?

or anything I am missing?

qwert321 avatar Oct 21 '15 10:10 qwert321

I'm having this same issue.

Is there any update on this? Our bitbucket version is a bit old. 6.1.8.

HenriVSL avatar Dec 03 '19 12:12 HenriVSL