From 88810f4ceb93a8cac2c0b56f40ebd1c98d04f89f Mon Sep 17 00:00:00 2001 From: Jennifer Kerns <47341891+JenniferKerns@users.noreply.github.com> Date: Mon, 7 Nov 2022 09:22:02 -0800 Subject: [PATCH] copyedits to configure lab The spacing between the sub-bullets in steps 2 and 4 is too big but I don't know how to fix it. --- jenkins/1-configure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/1-configure.md b/jenkins/1-configure.md index 0fb08bb..73ef789 100644 --- a/jenkins/1-configure.md +++ b/jenkins/1-configure.md @@ -9,7 +9,7 @@ You will need to complete all of the setup instructions [here](./readme.md#confi 1. Open the Jenkins server in a new browser tab: - Click the `PORTS` tab in the codespace terminal window. - In the `PORTS` tab, find the row for port 8080. - - Hover over the address under the `Local Address` column and click the globe to "open in browser". + - Hover over the address under the `Local Address` column and click the globe to **open in browser**. 2. Create a Jenkins API token: - In the top right menu bar, click the `admin` button. @@ -23,8 +23,8 @@ You will need to complete all of the setup instructions [here](./readme.md#confi - Open github.com in a new browser tab. - In the top right corner of the UI, click your profile photo and click `Settings`. - In the left panel, click `Developer Settings`. - - Click `Personal access tokens` and then `Legacy tokens` (if present). - - Click `Generate new token` and then `Generate new legacy token`. You may be required to authenticate with GitHub during this step. + - Click `Personal access tokens` and then `Tokens (classic)` (if present). + - Click `Generate new token` and then `Generate new token (classic)`. You may be required to authenticate with GitHub during this step. - Name your token in the `Note` field. - Select the following scopes: `workflow` and `read:packages`. - Click `Generate token`.