| author | sethmanheim |
|---|---|
| ms.author | sethm |
| ms.service | azure-iot-edge |
| ms.topic | include |
| ms.date | 06/10/2024 |
To trigger a build job, you can either push a commit to source code repository or manually trigger it. In this section, you manually trigger the CI/CD pipeline to test that it works. Then verify that the deployment succeeds.
-
From the left pane menu, select Pipelines and open the build pipeline that you created at the beginning of this article.
-
You can trigger a build job in your build pipeline by selecting the Run pipeline button in the top right.
-
Review the Run pipeline settings. Then, select Run.
-
Select Agent job 1 to watch the run's progress. You can review the logs of the job's output by selecting the job.
-
If the build pipeline is completed successfully, it triggers a release to dev stage. The successful dev release creates IoT Edge deployment to target IoT Edge devices.
-
Select dev stage to see release logs.
-
If your pipeline is failing, start by looking at the logs. You can view logs by navigating to the pipeline run summary and selecting the job and task. If a certain task is failing, check the logs for that task. For detailed instructions for configuring and using logs, see Review logs to diagnose pipeline issues.




