Merge pull request #62 from valet-customers/luke-audit-changes

Change audit summary to a list
This commit is contained in:
Luke Cheung Engle
2022-09-16 12:52:39 -07:00
committed by GitHub
4 changed files with 16 additions and 4 deletions
+4 -1
View File
@@ -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. 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 ## Prerequisites
+4 -1
View File
@@ -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. 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 ## Prerequisites
+4 -1
View File
@@ -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. 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 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.
## Prerequisites ## Prerequisites
+4 -1
View File
@@ -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. 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 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.
## Prerequisites ## Prerequisites