vyadh / teamcity-deployment-dashboard

A TeamCity dashboard to help summarise what app version has been released to what environment.
Apache License 2.0
25 stars 6 forks source link

Use 'Deployment' build configuration #1

Closed dmitry-treskunov closed 5 years ago

dmitry-treskunov commented 5 years ago

TeamCity has the concept of 'Deployment' build configuration: https://www.jetbrains.com/help/teamcity/2019.1/deployment-build-configuration.html

Can it somehow be used in the plugin?

vyadh commented 5 years ago

Yes, and indeed that's how it works. It only shows builds that are deployments (see readme on build visibility).

I like what TeamCity does with the deployment concept, that you can see where a build has been deployed. The only problem is that quite often I want to see this at the project level, or a team level. So I built this plugin for the higher level view.

In the plugin, if you click a deployment from the dashboard, it will take you to the TeamCity build overview page, again listing all the deployments using that out of the box functionality.

Best of both worlds :)

dmitry-treskunov commented 5 years ago

Cool, thank you! Awesome plugin!

vyadh commented 5 years ago

Thanks Dmitry!