Add links to external services

This commit is contained in:
Benjamin Muschko
2020-01-06 14:32:42 -07:00
parent c1dfe88b92
commit e31724221e
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
This exercise will demonstrate the use of a Google Chat room as way to send a notification upon a failed build. Given the locked down nature of Google Chat, this exercise will only be demonstrated by the instructor.
**This exercise will only be demonstrated on screen. You will be able to follow along if you have a [G Suite account](https://gsuite.google.com/products/chat/).**
## Notifying the Team Upon a Broken Build
1. Change the list of Gradle tasks to `doesnotexist` to emulate a failure. The build will fail as the task doesn't exist in the build script.