From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Manually run and troubleshoot a pipeline

Manually run and troubleshoot a pipeline - Azure Tutorial

From the course: Azure DevOps for Beginners

Manually run and troubleshoot a pipeline

- [Instructor] Now that we have our pipeline, it's time to test it, see if it works correctly. You click on it and then you can run it manually from the DevOps portal by clicking on this blue button, "Run pipeline." Once you bring up this dialogue, you specify which agent pool, you specify which agent, which branch in the repository and other advanced settings, and then you click on run. Now, we've already set these when we were setting up the pipeline, but we can alter them and use alternatives while we're running the pipeline manually. On this build, it takes about two minutes to run the builds. I will cancel out and instead we'll look at some of my past runs. After I created this pipeline, I started testing it, and you can see that I have some successful runs. I have two successful runs and I have five failed runs. Now let's prove it's successful. Click here. We see that it has the green check mark, and I can also verify this by going to the URL for the app service and see that my…

Contents