Skip to content

Slack notification step for wercker. Post build and deploy status to your Slack channel

License

Notifications You must be signed in to change notification settings

rogerniesten/step-google-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

step-google-chat

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).

wercker status

Options

  • url The Google Chat webhook url
  • notify_on (optional) If set to failed, it will only notify on failed builds or deploys.
  • branch (optional) If set, it will only notify on the given branch

Example

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.

License

The MIT License (MIT)

Changelog

1.0.0

  • Initial release

About

Slack notification step for wercker. Post build and deploy status to your Slack channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%