From a2c31cad088f5791f8fcb31e77153bb74b7b48ba Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Tue, 9 Aug 2022 15:33:33 -0700 Subject: [PATCH] Update readme.md --- jenkins/readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jenkins/readme.md b/jenkins/readme.md index 8483559..9fcacaf 100644 --- a/jenkins/readme.md +++ b/jenkins/readme.md @@ -69,3 +69,9 @@ Manually Install the GitHub CLI Valet extension. More information on the [GitHub - Verify Valet CLI is installed and working ## Troubleshooting Jenkins +1. Navigate to the Docker tab on your left hand side. +2. Under the `Containers` tab you should see a Docker container `jenkins:valet` listed with a green play button ▶ + - If you see the `jenkins:valet` container, but it has a red stopped symbol next to it ▢, right click on the container and click on `start`, the container should begin running again. + - If the container does not start even after trying to manually start it, right click on the `jenkins:valet` container and click the `remove` button. Next continue by following all the #bootstrap-jenkins instructions again. + +Screen Shot 2022-08-09 at 3 06 46 PM