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 1/2] 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`. From bc8fa917ceda607568d458653b3d0f204960d78b Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Mon, 7 Nov 2022 11:07:15 -0800 Subject: [PATCH 2/2] Update 1-configure.md --- jenkins/1-configure.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/jenkins/1-configure.md b/jenkins/1-configure.md index 73ef789..53aa812 100644 --- a/jenkins/1-configure.md +++ b/jenkins/1-configure.md @@ -42,19 +42,19 @@ You will need to complete all of the setup instructions [here](./readme.md#confi - At the Jenkins username prompt, enter `admin` and press enter. - At the Jenkins URL prompt, enter `http://localhost:8080/` and press enter. - ```console - $ gh actions-importer configure - ✔ Which CI providers are you configuring?: Jenkins - Enter the following values (leave empty to omit): - ✔ GitHub handle used to authenticate with the GitHub Container Registry: mona - ✔ Personal access token to authenticate with the GitHub Container Registry: *************** - ✔ Personal access token for GitHub: *************** - ✔ Base url of the GitHub instance: https://github.com - ✔ Personal access token for Jenkins: *************** - ✔ Username of Jenkins user: admin - ✔ Base url of the Jenkins instance: https://localhost - Environment variables successfully updated. - ``` + ```console + $ gh actions-importer configure + ✔ Which CI providers are you configuring?: Jenkins + Enter the following values (leave empty to omit): + ✔ GitHub handle used to authenticate with the GitHub Container Registry: mona + ✔ Personal access token to authenticate with the GitHub Container Registry: *************** + ✔ Personal access token for GitHub: *************** + ✔ Base url of the GitHub instance: https://github.com + ✔ Personal access token for Jenkins: *************** + ✔ Username of Jenkins user: admin + ✔ Base url of the Jenkins instance: https://localhost + Environment variables successfully updated. + ``` ## Verify your environment