From a1330fe54c304130900c3801523ea4cb0694fee4 Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Mon, 3 Aug 2020 13:50:30 -0600 Subject: [PATCH] Be more specific --- exercises/04-scm-configuration/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/04-scm-configuration/instructions.md b/exercises/04-scm-configuration/instructions.md index 5e16265..88dc018 100644 --- a/exercises/04-scm-configuration/instructions.md +++ b/exercises/04-scm-configuration/instructions.md @@ -6,5 +6,5 @@ In this exercise, you will create a new job that pulls the source code from a [r 1. Create a new freestyle job named `gradle-initializr`. 2. Configure Git as the SCM and use the repository URL `https://github.com/bmuschko/gradle-initializr.git`. Only build from the branch `master`. -3. Add a build step to run the Gradle command `clean build` using the Wrapper. +3. Add a build step "Invoke Gradle script" to run the Gradle command `clean build` using the Wrapper. 4. Trigger a build and look at the output. \ No newline at end of file