Provides W3C Web Notifications support for builds.
This plugin is compatible with Google Chrome, Safari, and Firefox
Other browsers do not support HTML5 notifications right now. You can check this website for details : http://caniuse.com/#feat=notifications
Modern browsers require https to be able to use the notification api, so if your jenkins is using http:// this will not work.
Section | Screenshot |
---|---|
Safari Notification | |
System Configuration | |
Job Configuration |
See GitHub Releases
- JENKINS-27222 - Fixes global configuration not saving/loading.
- JENKINS-16236 - upgrade to use current html5 notification spec. Removes html in the notifications but now works again.
- updated minimum required core to v1.455 to pick up prototype.js:1.7
- JENKINS-13138 - Verify action doesn't work with CSRF option
- JENKINS-13322 - Configure tab freezes when using both the HTML5 notifier plugin and the Android Emulator Plugin
- JENKINS-12538 - java.lang.String cannot be cast to net.sf.json.JSONArray
- JENKINS-13038 - HTML5 notifier plugin breaks Jenkins with CSRF protection
- JENKINS-11618 - prototype.js
- added per-job job property to skip notifications
- added ability to only notify on different build result than previous
- cleaned up the notification area html
- initial implementation
- fully I18N compliant