From 2e0b0b29aead9b15868d1d519033397331fd383d Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 28 Sep 2022 16:13:00 -0400 Subject: [PATCH] Update 4-dry-run.md --- jenkins/4-dry-run.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins/4-dry-run.md b/jenkins/4-dry-run.md index e24f7cd..a09f721 100644 --- a/jenkins/4-dry-run.md +++ b/jenkins/4-dry-run.md @@ -34,13 +34,13 @@ You will be performing a dry run against a pipeline in your preconfigured Jenkin ```console $ gh valet dry-run jenkins --source-url http://localhost:8080/job/test_pipeline --output-dir tmp/dry-run - [2022-08-20 22:08:20] Logs: 'tmp/dry-run/log/valet-20220916-022338.log' - [2022-08-20 22:08:20] Output file(s): - [2022-08-20 22:08:20] tmp/dry-run/test_pipeline.yml + [2022-09-28 20:12:00] Logs: 'tmp/dry-run/log/valet-20220928-201200.log' + [2022-09-28 20:12:00] Output file(s): + [2022-09-28 20:12:00] tmp/dry-run/test_pipeline/.github/workflows/test_pipeline.yml ``` 4. View the converted workflow: - - Find `tmp/dry-run` in the file explorer pane in your codespace. + - Find `tmp/dry-run/test_pipeline/.github/workflows` in the file explorer pane in your codespace. - Click `test_pipeline.yml` to open ## Inspect the output files