Creating a dashboard for the last branch deployed through pipelines

白昼怎懂夜的黑 提交于 2021-02-11 12:29:37

问题


I want to create at-a-glance visibility of what was most recently deployed. I tried the deployment status widget but we don't use release pipelines so it doesn't work for us https://docs.microsoft.com/en-us/azure/devops/report/dashboards/widget-catalog?view=azure-devops#deployment-status-widget.

I tried reviewing the rest of the catalog but nothing seems to fit. Does anyone have a solution for this problem?


回答1:


It seems you are talking about YAML pipeline. The Release Pipeline Overview widget you can use to view and track the status of a release pipeline. This widget shows the release as a series of environments, with the name of the release and the date or time it was started. So currently it doesn’t support to view and track the status of a YAML pipeline.

Unfortunately, there is no out-of-the-box widgets to view the deployment status in YAML pipelines. However, there is already a user voice in our official feature suggestion website, you can follow the suggestion and vote it:

https://developercommunity.visualstudio.com/idea/1015212/ado-dashboard-widget-release-pipeline-overview-sho.html



来源:https://stackoverflow.com/questions/66121465/creating-a-dashboard-for-the-last-branch-deployed-through-pipelines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!