Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
latest LTD jenkins and latest html5 plugin
Description
It seems that the HTML5 notifications that do come from Jenkins regarding builds are not clickable, making them almost useless, and annoying.
https://framework.realtime.co/demo/web-push/ is one example html5 notifications that do seem to work correctly, meaning that once you click the notification the website is opened. In case of Jenkins I would expect to open the right build.
I did look into this. I can't really think of how to fix it.
The example provided actually uses a service worker to loop through open tabs or something. That doesn't seem super portable to me, and originally I figured it wasn't an option because it would require HTTPS, but
JENKINS-47291says that we'll need https anyways. So might re-think that option.