pull-request-notifier-for-bitbucket
pull-request-notifier-for-bitbucket copied to clipboard
IE 11 Button Render Issue
Hi Tomas,
We have configured a button to be able to manually trigger a Jenkins Job from an opened Pull-Request. Everything works fine in Firefox / Chrome but not for our IE 11 version. The button is not rendered properly in IE, the IE throws an exception and when clicking the button nothing happens.
See Attached screens. If you need additional information please let me know.
If things don't work as you expect, perhaps you should file an issue. But first, try troubleshooting it and provide as much info as possible. Here are some things that may help if added to an issue.
- Plugin version used. - 2.62
- Bitbucket Server version used. - 4.13.1
- Stack traces in Bitbucket Server log file.
- Any browser console log messages, you can find it in Developer Tools in Chome by pressing F12. - attached
- Your configuration:
- http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings
- http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/buttons
- http://localhost:7990/bitbucket/rest/prnfb-admin/1.0/settings/notifications
- If the system you are trying to notify does not seem to get notified:
- Check that the triggered URL looks as expected. You can do that by invoking https://requestb.in/ and inspect its results.
- Try to SSH to the Bitbucket Server machine and run same URL with Curl to make sure it's not a firewall issue.
If you do not have access to the server log files, one idea is to:
- Also trigger on button pressed, and add a button
- Open a PR
- Open Chrome developer tools, F12
- Press the button in the PR
- Check the response in the network tab in Chrome. See if it contains something interesting
https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/pull/269
This should address the issue.