Running a pipeline
In this section, we will learn how to run a pipeline once it is created. Depending on how your pipeline is set up, it might start automatically (on a schedule or when some event happens), or you may have to start it manually. This section will show you how to start a pipeline that must be run manually. As always, the process is slightly different between ADO and GH.
ADO
To run a pipeline in ADO, navigate to the Pipelines item within your project, which will bring you to the list of recently run pipelines.
Figure 10.11: List of pipelines in ADO
From that list, you can select the pipeline you would like to run by clicking the name.
Not-yet-run pipelines
If you have a pipeline that you never have run before, you need to switch to the All tab to see it.
Clicking the name of a pipeline in the list brings you to a list of runs for the selected pipelines. The information of every run includes status, date and time, who triggered...