From a9f9e4cd20c2f35ebe2269d5c9fef0acb32fdc61 Mon Sep 17 00:00:00 2001 From: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:52:26 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ethan Dennis --- gitlab/2-audit.md | 2 +- jenkins/2-audit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/2-audit.md b/gitlab/2-audit.md index d5a3c0a..88c698c 100644 --- a/gitlab/2-audit.md +++ b/gitlab/2-audit.md @@ -3,7 +3,7 @@ In this lab, you will use the `audit` command to get a high-level view of all pipelines in a GitLab server. The `audit` command will perform the following steps: -1. Fetch all of the projects defined in a GitLab organization. +1. Fetch all of the projects defined in a GitLab group. 2. Convert each pipeline to their equivalent GitHub Actions workflow. 3. Generate a report that summarizes how complete and complex of a migration is possible with Valet. diff --git a/jenkins/2-audit.md b/jenkins/2-audit.md index f31f02f..ae1d621 100644 --- a/jenkins/2-audit.md +++ b/jenkins/2-audit.md @@ -3,7 +3,7 @@ In this lab, you will use the `audit` command to get a high-level view of all pipelines in a Jenkins server. The `audit` command will perform the following steps: -1. Fetch all of the projects defined in a Jenkins organization. +1. Fetch all of the projects defined in a Jenkins server. 2. Convert each pipeline to their equivalent GitHub Actions workflow. 3. Generate a report that summarizes how complete and complex of a migration is possible with Valet.