mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 98 forks source link

Updated pull requests do not trigger a build on Jenkins. #77

Closed tbrandis closed 9 years ago

tbrandis commented 10 years ago

Hi,

We recently upgraded from Stash 2.5.4 to 3.2.0 and in doing so moved to the 2.5.0 version of the Stash Jenkins Webhook. We noticed that the plugin will trigger builds on an initial pull request. However, if the pull request is subsequently updated with an additional commit no additional build is triggered. This wasn't the case in the previous version of the plugin.

I noticed you had a 2.5.1-SNAPSHOT version for another issue and I am wondering if that same JavaScript issue was affecting us in this case as well.

Thanks for this plugin by the way.

mikesir87 commented 10 years ago

It's not a Javascript issue that would cause notifications to fail, so the current snapshot won't provide any changes there.

I'll take a look and see what I can figure out. Thanks!

tbrandis commented 10 years ago

So, if I roll back to 2.4.2 would that solve my issue?

mikesir87 commented 9 years ago

Merging with issue #83. Although this one was created earlier, the other has more discussion on it.