vyadh / teamcity-deployment-dashboard

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

Incorrect parsing of environments #15

Closed pavelsher closed 5 years ago

pavelsher commented 5 years ago

Seems this plugin expects that environments are separated by comma without any spaces. For instance it does not work if environments are defined as: env1, env2, env3

Note: the space after the environment name.

vyadh commented 5 years ago

Good point, thanks. Fixed, and will be in next version.