Skip to content

Instantly share code, notes, and snippets.

@hugoleodev
Forked from tkhduracell/README.md
Last active August 29, 2015 14:28
Show Gist options
  • Save hugoleodev/1898d90ecc0583394159 to your computer and use it in GitHub Desktop.
Save hugoleodev/1898d90ecc0583394159 to your computer and use it in GitHub Desktop.
Configure Google Hangout notifications on Jenkins

Install plugins

  • instant-messaging plugin
  • Jabber notifier plugin

Jenkins > Manage Jenkins > Configure System > Jabber Notification

  • Enable Jabber Notification
  • Jabber ID: <sender@gmail.com>
  • Password: <your password>
  • Advanced
    • Server: talk.google.com
    • Accept all SSL/TLS certificates
    • Expose presence

Jenkins > Example Job > Configure > Post-build Actions

  1. Add Jabber Notification
  • Targets: <target@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment