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

Pul request notifier stoped work without errors

Open c0pycot opened this issue 5 years ago • 4 comments

  • Plugin version 4.1
  • Bitbucket Server version 5.16.3
  • Stack traces in Bitbucket Server log file - no any records with errors

I tried to test with http://webhook.site/676a9035-6de0-48f1-95ae-f208c1ec220f url as example and didn't get any results. Looks like plugin just doesn't work. In logs has only 1 records about plugin, when I switched it to debug level - 2019-12-09 14:50:52,486 WARN [hz.hazelcast.event-4] se.bjurr.prnfb.http.UrlInvoker Switching to log level [debug]

c0pycot avatar Dec 09 '19 14:12 c0pycot

any progress on this issue? It is highly impacting our daily activities and it causes additional effort from our engineers many times a day for each PR, given integration between Jenkins and bitbucket becomes blocked.

mozbakanlgi avatar Jan 17 '20 15:01 mozbakanlgi

You are probably better off using native webhooks in Bitbucket and this plugin: https://github.com/jenkinsci/generic-webhook-trigger-plugin

Pull requests are welcome if you want to fix your issue.

tomasbjerre avatar Jan 17 '20 16:01 tomasbjerre

Hi @tomasbjerre , what would be the main benefit of using generic-webhook-trigger-plugin? How are you sure that it would fix our problems? What is the root cause of the problem we have by the way?

There are 6-7 teams using the functions provided by pull-request-notifier-for-bitbucket, just one of them complains about an intermittent issue and it would be a bit hard to switch using native webhooks.

Best regards

mozbakanlgi avatar Jan 20 '20 12:01 mozbakanlgi

Main benefit would be to use something that is well maintained.

I'm not sure it would fix your problem.

I have no idea what the root cause is.

If you have 6-7 teams using the functions, I would suggest picking 1 developer in 1 of these teams and let that developer work on this issue. The code and all you need to build this plugin is right here in the repo. You can add whatever debug logging you want, build and deploy it yourselves. When you have a fix, I would happily accept a PR.

tomasbjerre avatar Jan 20 '20 15:01 tomasbjerre