The Azure DevOps Handbook
How To Get A Status Badge Of A Pipeline In Azure Devops
Status badges are a common thing in public project descriptions. Here is how you get a badge of your pipeline in Azure Devops.
Status badges are used frequently in readme files of public projects. They indicate the code coverage, used technologies, or the result of the latest build action. Azure Devops provides status badges for your pipelines that can be included into other files. Here is how you do it.
💡 Get an overview of my new Medium content with my monthly newsletter. Save time and pick what you like to read!
Click HERE to subscribe for free!
- In your Azure Devops project, open the Pipelines menu.
2. Click on the desired pipeline
3. Click on the three dots in the upper right corner and select Status badge.
4. Copy the image URL or the markdown code.
You can include it in readme files or other project descriptions.
Find more tips for Azure DevOps here: