github-codebuild-integration icon indicating copy to clipboard operation
github-codebuild-integration copied to clipboard

Slack notification

Open toricls opened this issue 6 years ago • 1 comments

I want to know about build status changes without opening GitHub. Slack notification would be very handy 😃

toricls avatar Aug 24 '17 06:08 toricls

gci will allow users to configure values as follows:

  • webhook url (required to use)
  • channel or username to send (not required, default value is #general)
  • bot's username (not required, default value is gci ($CODEBUILD_PROJECT_NAME))
  • bot's icon emoji (not required, default value is :robot_face:)

toricls avatar Sep 19 '17 02:09 toricls