From c8887a6bcac625a32e3904abe316dd9bb1c9f0c1 Mon Sep 17 00:00:00 2001 From: Luke Engle Date: Fri, 16 Sep 2022 11:59:02 -0700 Subject: [PATCH] Convert audit summary to list --- azure_devops/2-audit.md | 5 ++++- circle_ci/2-audit.md | 5 ++++- gitlab/2-audit.md | 5 ++++- jenkins/2-audit.md | 5 ++++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/azure_devops/2-audit.md b/azure_devops/2-audit.md index d9d58f9..a721074 100644 --- a/azure_devops/2-audit.md +++ b/azure_devops/2-audit.md @@ -2,7 +2,10 @@ In this lab, you will use the `audit` command to get a high-level view of all pipelines in an Azure DevOps organization or project. -The `audit` command operates by fetching all of the pipelines defined in an Azure DevOps organization or project, converting each to their equivalent GitHub Actions workflow, and writing a report that summarizes how complete and complex of a migration is possible with Valet. +The `audit` command will perform the following steps: +1. Fetch all of the projects defined in an Azure DevOps organization. +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. ## Prerequisites diff --git a/circle_ci/2-audit.md b/circle_ci/2-audit.md index b48f72b..30e0663 100644 --- a/circle_ci/2-audit.md +++ b/circle_ci/2-audit.md @@ -2,7 +2,10 @@ In this lab, you will use the `audit` command to get a high-level view of all projects in a CircleCI organization. -The `audit` command operates by fetching all of the projects defined in a CircleCI organization, converting each to their equivalent GitHub Actions workflow, and writing a report that summarizes how complete and complex of a migration is possible with Valet. +The `audit` command will perform the following steps: +1. Fetch all of the projects defined in an CircleCI organization. +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. ## Prerequisites diff --git a/gitlab/2-audit.md b/gitlab/2-audit.md index 657726b..d5a3c0a 100644 --- a/gitlab/2-audit.md +++ b/gitlab/2-audit.md @@ -2,7 +2,10 @@ 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 operates by fetching all of the pipelines defined in a GitLab server, converting each to their equivalent GitHub Actions workflow, and writing a report that summarizes how complete and complex of a migration is possible with Valet. +The `audit` command will perform the following steps: +1. Fetch all of the projects defined in a GitLab organization. +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. ## Prerequisites diff --git a/jenkins/2-audit.md b/jenkins/2-audit.md index e2c8b35..f31f02f 100644 --- a/jenkins/2-audit.md +++ b/jenkins/2-audit.md @@ -2,7 +2,10 @@ 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 operates by fetching all of the pipelines defined in a Jenkins server, converting each to their equivalent GitHub Actions workflow, and writing a report that summarizes how complete and complex of a migration is possible with Valet. +The `audit` command will perform the following steps: +1. Fetch all of the projects defined in a Jenkins organization. +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. ## Prerequisites