From 1e7f2ab323a1c26dc17e5f7a4ce2cbaa494734df Mon Sep 17 00:00:00 2001 From: Jennifer Kerns <47341891+JenniferKerns@users.noreply.github.com> Date: Mon, 7 Nov 2022 09:40:39 -0800 Subject: [PATCH] edit dry run --- jenkins/4-dry-run.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/4-dry-run.md b/jenkins/4-dry-run.md index 56f42c8..601bea3 100644 --- a/jenkins/4-dry-run.md +++ b/jenkins/4-dry-run.md @@ -23,7 +23,7 @@ You will be performing a dry run against a pipeline in your preconfigured Jenkin ### Steps -1. Navigate to your codespace terminal +1. Navigate to your codespace terminal. 2. Run the following command from the root directory: ```bash @@ -41,7 +41,7 @@ You will be performing a dry run against a pipeline in your preconfigured Jenkin 4. View the converted workflow: - Find `tmp/dry-run/test_pipeline/.github/workflows` in the file explorer pane in your codespace. - - Click `test_pipeline.yml` to open + - Click `test_pipeline.yml` to open. ## Inspect the output files @@ -128,7 +128,7 @@ jobs: -These two pipelines function equivalently despite using different syntax. In this case, the pipeline conversion was “partially successful” (i.e. there were item(s) not automatically converted) and the unconverted item was placed as comment in the location the Jenkins pipeline used it. For example: +These two pipelines function equivalently despite using different syntax. In this case, the pipeline conversion was “partially successful” (that is, some item[s] were not automatically converted) and the unconverted item was placed as comment in the location the Jenkins pipeline used it. For example: ```diff - sleep 80