-
-
Notifications
You must be signed in to change notification settings - Fork 74
Pull Request Trigger Firing Twice #37
Comments
You do want to also check the rescoped box. You current setup will not trigger if both source and target is changed at the exact same time. I should probably remove the rescoped box and have this behaviour as default. The issue has been reported before, in #20 . I would suggest that you have both from and to hash in the URL. And then check the log file of the notified system. To be absolutely certain that it gets notified twice. Keep me posted :) |
Updated means you will trigger on description or title change... Do you really want to trigger a build for that? |
@tomasbjerre I can remove 'Updated' that makes sense. In fact we should add that link to the README here so folks understand what triggers what in Stash. I'll do some debugging and see what is triggering twice |
* Also adding logging that shows event name together with from and to hashes.
* Also adding logging that shows event name together with from and to hashes.
Closing this one, to clean the issue list a bit. Re-open if still occurring. |
I am using this add on to trigger a build when a pull request is submitted, using this config:
It looks like on Pull Request creation my build is being triggered twice, and since it's only triggered via this plugin I'm assuming the plugin is making the POST request twice. If it's user config issue let me know what I need to change
The text was updated successfully, but these errors were encountered: