A google-chat notifier written in bash
and curl
. Make sure you create a Google Chat
webhook first (see the Google Chat integrations page to set one up).
url
The Google Chat webhook urlnotify_on
(optional) If set tofailed
, it will only notify on failed builds or deploys.branch
(optional) If set, it will only notify on the given branch
build:
after-steps:
- google-chat-notifier:
url: $GOOGLE_CHAT_URL
channel: notifications
username: myamazingbotname
branch: master
The url
parameter is the google chat webhook that wercker should post to.
You can create an incoming webhook on your google chat integration page.
This url is then exposed as an environment variable (in this case
$WERCKER_GOOGLE_CHAT_NOTIFIER_URL
) that you create through the wercker web interface as deploy pipeline variable.
The MIT License (MIT)
- Initial release