Skip to content

Instantly share code, notes, and snippets.

@tkhduracell
Last active January 2, 2019 05:34
Show Gist options
  • Save tkhduracell/1443a07d380ec0bd3c46 to your computer and use it in GitHub Desktop.
Save tkhduracell/1443a07d380ec0bd3c46 to your computer and use it in GitHub Desktop.
Configure Google Hangout notifications on Jenkins

Install plugins

  • instant-messaging plugin
  • Jabber Plugin 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>
@vainkop
Copy link

vainkop commented May 14, 2018

+1 for sending a notification to Google Chat room

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment