Search code examples
azure-devopsazure-pipelinesmultistage-pipelineazure-devops-multistage-pipeline

Dashboard for Azure multi-stage pipeline? Status widgets only support aggregate results?


My question is about creating test results Dashboard for Azure multi-stage pipeline?

It seems that the built-in Azure Dashboard widgets only support aggregate results, on a per-repo basis, in aggregate for all stages of a pipeline?

Q: Is there a way to collect results from all 3 stages of a 3 stage pipeline, separately, so I can see status of each stage independently?

OR , is there a way to do a command line call to get per-stage results info?

OR, is there a 3rd party solution?

Jenkins can do this, so why not Azure?


Solution

  • According to your description, you could try to use the REST API to get the stage's status to check if it meets your requirements.

    For more information, you can refer to: How to get stage results from YAML pipelines in Azure DevOps