From 7814542bc83a9cbcc0d5c666280845a5c33d9783 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 7 Oct 2021 20:00:23 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d003e9d..f1f76c3 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,18 @@ In this lesson you create your first job. Use the console to create a freestyle job with one build step. -# WINDOWS SYSTEMS +## WINDOWS SYSTEMS If you are running Jenkins on a Windows system: 1. Select the `Execute Windows batch command` build step 2. Enter the following for the command: ``` +echo "Hello, Jenkins" ``` [Follow this link for more details on Windows](WINDOWS.md) -# MacOS, Linux, and Docker +## MacOS, Linux, and Docker If you are running Jenkins on MacOS, Linux, or Docker: 1. Select the `Execute shell` build step.