Edit azdo migrate lab

This commit is contained in:
Ethan Dennis
2022-09-07 16:13:27 -07:00
parent ac8d383cab
commit e9673255f6
2 changed files with 49 additions and 44 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ We need to answer the following questions before running a `migrate` command:
1. What is the source URL of the pipeline we want to convert?
- __<http://localhost:8080/monas_dev_work/job/monas_freestyle>__
2. Where do we want to store the result?
2. Where do we want to store the logs?
- __./tmp/migrate__
3. What is the URL for the GitHub repository to add the workflow to?
- __this repository__. The URL should should follow the pattern <https://github.com/:owner/:repo> with `:owner` and `:repo` replaced with your values.
@@ -25,7 +25,7 @@ We need to answer the following questions before running a `migrate` command:
1. Run the following `migrate` command in the codespace terminal:
```bash
gh valet migrate jenkins --target-urlhttps://github.com/:owner/:repo --output-dir ./tmp/migrate --source-url http://localhost:8080/job/monas_dev_work/job/monas_freestyle
gh valet migrate jenkins --target-url https://github.com/:owner/:repo --output-dir ./tmp/migrate --source-url http://localhost:8080/job/monas_dev_work/job/monas_freestyle
```
2. The command will write the URL to the pull request that was created when the command succeeds.