From 7c66afdba94c8fb5eeb11e8acec328180b93c1c5 Mon Sep 17 00:00:00 2001 From: Michael Jenkins Date: Wed, 29 Sep 2021 21:30:57 -0700 Subject: [PATCH] update OS specific docs for 02_01 --- MAC_LINUX_DOCKER.md | 2 +- WINDOWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MAC_LINUX_DOCKER.md b/MAC_LINUX_DOCKER.md index dd20e6d..27de5b5 100644 --- a/MAC_LINUX_DOCKER.md +++ b/MAC_LINUX_DOCKER.md @@ -12,7 +12,7 @@ If you are running Jenkins on MacOS, Linux, or Docker: echo "Hello, Jenkins" ``` -# Getting an Error in the First Job +# Troubleshooting Errors If you select the `Execute Windows batch command` build step, you will see an error similar to the following: ``` Building in workspace /var/jenkins_home/workspace/hello diff --git a/WINDOWS.md b/WINDOWS.md index c13b0d7..06b50a9 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -12,7 +12,7 @@ If you are running Jenkins on a Windows system: echo "Hello, Jenkins" ``` -# Getting an Error in the First Job +# Troubleshooting Errors If you select the `Execute shell` build step, you will see an error similar to the following: ``` Building in workspace C:\Windows\system32\config\systemprofile\AppData\Local\Jenkins\.jenkins\workspace\hello-jenkins