From 699243fbad6cb66ba3b5327783a1ef6644fffa7f Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Wed, 10 Aug 2022 13:17:55 -0700 Subject: [PATCH] Update jenkins/readme.md Co-authored-by: j-dunham --- jenkins/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/readme.md b/jenkins/readme.md index a727bf2..ce0754d 100644 --- a/jenkins/readme.md +++ b/jenkins/readme.md @@ -36,7 +36,7 @@ This lab bootstraps a Valet environment using GitHub Codespaces and enables you ## Bootstrap Jenkins - 1. Run the Jenkins setup script. This script will setup GitLab and ensure it is ready to use. In general, this script should be run first if you are starting a new codespace or restarting an existing one. + 1. Run the Jenkins setup script. This script will setup Jenkins and ensure it is ready to use. In general, this script should be run first if you are starting a new codespace or restarting an existing one. - Navigate to the terminal within your Codespace. - Run `source jenkins/bootstrap/setupjenkins.sh` to kick off the creation of your Jenkins instance.