step5.md 911 字节
Newer Older
1 2 3 4 5 6 7 8
In this section, we will view the PipelineRun logs to monitor its progress.
Then, we will open MyApp.

## Monitor the PipelineRun logs

View the PipelineRun logs for the MyApp PipelineRun by clicking on the link in
the creation notification at the top of the page.

9
![PipelineRun creation notification screenshot.](./assets/pipeline-run-created-notification.png)
10 11 12

Or select the PipelineRun from the list of PipelineRuns.

13
![View the running PipelineRun logs for MyApp screenshot.](./assets/pipeline-run-running.png)
14 15 16

Verify both the `build` and `deploy` tasks have passed.

17
![View the completed PipelineRun logs for MyApp screenshot.](./assets/pipeline-run-completed.png)
18 19 20 21 22 23 24

## Open the Deployed App

MyApp will be running on port `3000`. Click on the following link to open the
app:
https://[[HOST_SUBDOMAIN]]-3000-[[KATACODA_HOST]].environments.katacoda.com/

25
![View MyApp screenshot.](./assets/view-myapp.png)