From 2efe6403bfab609bd2675c2980ab6b309898008a Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Mon, 3 Aug 2020 13:49:15 -0600 Subject: [PATCH] Spell out Windows option --- exercises/03-build-trigger-and-steps/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/03-build-trigger-and-steps/instructions.md b/exercises/03-build-trigger-and-steps/instructions.md index 5c3ef14..dbc1922 100644 --- a/exercises/03-build-trigger-and-steps/instructions.md +++ b/exercises/03-build-trigger-and-steps/instructions.md @@ -6,7 +6,7 @@ In this exercise, you will configure the job to build based on a cron definition 1. Add a default value for the build parameter named `MESSAGE` e.g. `Hello World!`. 2. Create a build trigger that builds the project every minute. -3. Add a build step that executes the shell command `echo "Message: $MESSAGE"`. The message is value of the parameter. +3. Add a build step that executes the shell command `echo "Message: $MESSAGE"`. The message is value of the parameter. On Windows, you have to execute a Windows batch command. 4. After a minute the first execution should have been triggered. Check the log output of the build and find the rendered message. 5. Create another freestyle project named `downstream-job` in the same folder. 6. Configure the initial job to execute the `downstream-job` if it was stable. \ No newline at end of file