TUCRAIL / AdoPipelineOverview

An azure DevOps extension to list Azure Pipeline builds and their status
https://marketplace.visualstudio.com/items?itemName=TucRail.pipeline-overview
GNU General Public License v3.0
0 stars 3 forks source link
azure-dashboard azure-devops azure-devops-extension azure-pipelines azuredevops-extension continuous-integration

Azure DevOps pipeline overview

For Azure DevOps Server users

Currently, this widget is only compatible with Azure DevOps server 2022.2 due to api-version changes in the azure devops extension library.

This issue will be fixed in all versions above or equal to 2.1.0.0 . However, until then, old and new installations of the widget are expected to not work on versions of Azure DevOps server at 2022.1 patch x and lower.

How it works

This widget allows you to display the various builds executed on a specific pipeline for one branch. Image of the widget

You can also filter them by tags to further reduce the scope of the widget and track your release more precisely.

Configuration

You can configure the following properties of your widget:

Image of the configuration panel

How you can help to improve this widget

As you can see, while this widget works for simple, linear builds. It is principally focused on release management making use of a single branch per dashboard.

As such, here is a small list of improvements we would like to implement, and you could help us improve on

Support for multiple branch filtering

Right now, this widget can only filter by a single branch. It would be better to be able to filter either:

Support for multi-stage display

Sometimes, you can have multiple stage that depends on a single stage and run in parallel. This widget has no way of displaying this currently. This would likely be implemented through a third party graph library.

Better UI

Regardless of the previous points. The UI is "Bare bone" and could be heavily improved.