alexkvak / teamcity-slack

TeamCity Slack plugin
MIT License
124 stars 23 forks source link

Allow alerts for builds with no branch or vcs root #46

Closed davidatthepark closed 5 years ago

davidatthepark commented 5 years ago

First off, thank you for making this plugin. My team loves it.

I was wondering if it is possible to allow alerting for build tasks that do not have vcs roots configured. For example, one of our TeamCity build projects does not have a vcs root. It just performs one or more tasks.

Thanks!

alexkvak commented 5 years ago

VCS only used for branch mask matching, if there is no VCS, this matching is skipped.

Please try to specify .* as a branch mask.

It should work :)

davidatthepark commented 5 years ago

This worked! Awesome. Thank you so much!