From e31724221e4671f17b34a7df793e8deee56095ec Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Mon, 6 Jan 2020 14:32:42 -0700 Subject: [PATCH] Add links to external services --- exercises/06-notifications/instructions.md | 2 ++ prerequisites/instructions.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/exercises/06-notifications/instructions.md b/exercises/06-notifications/instructions.md index 11ca9c3..51e8fbe 100644 --- a/exercises/06-notifications/instructions.md +++ b/exercises/06-notifications/instructions.md @@ -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. diff --git a/prerequisites/instructions.md b/prerequisites/instructions.md index c671e55..cfd4c9a 100644 --- a/prerequisites/instructions.md +++ b/prerequisites/instructions.md @@ -9,4 +9,7 @@ Excercise will require the tooling listed below. Ensure that all of those tools * A free [account on GitHub](https://github.com/) (optional, but recommended so you can pursue the exercises that use GitHub as a source code repository) * Install [JDK 8 or higher](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (optional, but recommended so you can pursue the Java-based exercises) * Install [Vagrant](https://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) (optional, but recommended so you can pursue the distributed builds exercise) -* Some of the later exercises will ask you create an account on external services e.g. Heroku or CodeCov. All of those services provide a free tier. \ No newline at end of file +* Some of the later exercises will ask you create an account on external services e.g. Heroku or CodeCov. All of those services provide a free tier. Please set up the following accounts if you want to follow along: + * [SonarCloud](https://sonarcloud.io/) + * [Heroku](https://www.heroku.com/) + * [CodeCov](https://codecov.io/) \ No newline at end of file