From bc8fa917ceda607568d458653b3d0f204960d78b Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Mon, 7 Nov 2022 11:07:15 -0800 Subject: [PATCH] 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