Browse Source

update OS specific docs for 02_01

02_01
Michael Jenkins 4 years ago
parent
commit
7c66afdba9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      MAC_LINUX_DOCKER.md
  2. +1
    -1
      WINDOWS.md

+ 1
- 1
MAC_LINUX_DOCKER.md View File

@ -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


+ 1
- 1
WINDOWS.md View File

@ -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


Loading…
Cancel
Save