TCSlackNotifierPlugin
TCSlackNotifierPlugin copied to clipboard
A hastily built plugin for TeamCity to post notifications to slack
I am using an incoming webhook and I have put the incoming webhook url in the TeamCity Slack Admin page - it has https protocol. The slack webhook POST url...
I found myself needing a link to the build log as in [this issue](https://github.com/Tapadoo/TCSlackNotifierPlugin/issues/7). I added the build number with a link to the build log to the top of...
Not that it needs it, but just to help reduce external dependencies we could try to remove both `joda-time` and `gson` and replace with the native Java/Kotlin APIs. Both libraries...
We are using this plugin to watch all builds in a project (awesome, thanks), but we want to send a subset of failures to another channel (we want to send...
This pull request adds a new attribute (buildFailedPermalink) which allows the plugin to post a permalink to the latest build log only when builds fail. This allows users to quickly...
I'd like to know as soon as the build fails - i.e. when it starts failing, rather than waiting for completion. I think it should be as simple as overriding...
Would be good if the plugin supported branch filters just like the email notifier does so that we can only spam Slack for specific branches. On a large dev team...
We use Visual Studio pretested commits to TeamCity fairly often, and it would be awesome if this plugin didn't send the notification to slack if the build was a personal...
It is possible to configure different slack apps for different TC projects? ex. project `foo` send notification to `foo.slack.com` project `bar` send notification to `bar.slack.com`