You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.
Azure Pipelines has the new concept of Stages when defining a yaml only build and deployment. It also has a matrix, so you can run the build on Linux, Mac and Windows. Here is an example repo and build:
I think it needs a way to determine the stage and matrix name like Azure DevOps does (although they combine the two concepts together and call it 'Scope'):
These are the options in the Scope dropdown:
It allows me to create badges for the overall pipeline or the individual matrices (Linux, Mac, Windows) for a particular stage (Build or Deploy in my case).
Also note that even Azure Pipelines badge is not yet working. It shows unknown but I've raised a bug with them about that.
The text was updated successfully, but these errors were encountered:
It obvioulsy shows the total time and the final outcome, so the two failed builds which took quite long were successful in your Build stage but failed during the Deploy stage, whereas some of the quick failures before that were those which failed already during Build.
Azure Pipelines has the new concept of Stages when defining a yaml only build and deployment. It also has a matrix, so you can run the build on Linux, Mac and Windows. Here is an example repo and build:
https://github.com/RehanSaeed/Schema.NET
https://dev.azure.com/schema-net/Schema.NET/_build?definitionId=1&_a=summary
Here is the URL I'm trying to use with buildstats.info:
https://buildstats.info/azurepipelines/chart/RehanSaeed/schema-net/1
I think it needs a way to determine the stage and matrix name like Azure DevOps does (although they combine the two concepts together and call it 'Scope'):
These are the options in the Scope dropdown:
It allows me to create badges for the overall pipeline or the individual matrices (Linux, Mac, Windows) for a particular stage (Build or Deploy in my case).
Also note that even Azure Pipelines badge is not yet working. It shows
unknown
but I've raised a bug with them about that.The text was updated successfully, but these errors were encountered: