tcSlackBuildNotifier
tcSlackBuildNotifier copied to clipboard
Posts build notifications to Slack
It would be great to have a way to test your message before actually running TC build.
Hi. I configured global notifications from the Notifications Rules of specific group, now we get notifications for all the projects as expected. I would like to exclude specific projects from...
It seems like, at points throughout the code, `BUILD_CHANGED_STATUS` had been experimented with, and ultimately rejected. It would be useful to add this in, and take advantage of `buildChangedStatus()` to...
Issue #16 addressed the potential of sending notifications directly to users, and had the SlackNotificator class created in response to this. However, this functionality never seemed to make its way...
The builds tab is now blank when adjusting or creating a new notification, tested this on 2 seperate Teamcity servers in different environments. After upgrade to 2018.2 the build tab...
Repro: 1) create a project with a few sub-projects 2) create a composite build config under the main project level. Set all the sub projects as dependencies to the composite...
Feature request! We have a set of artifacts in our build and we'd love to link them in slack notifications. Ideally I could just enter the filepath of the artifact...
Some time ago our team moved from Slack to RocketChat. Since RocketChat has Slack Compatible API we wanted to use tcSlackBuildNotifier to notify about our builds. In general it works...
Mention of user that has broken the build does not work because it is written inside message attachment. http://screencast.com/t/5eITBpGlJ For mention to work it should be written in the text...
In our test TC instance, we noted that disabling the plugin via the disabled_plugins.txt as well as the global disable button in the admin screen did not actually disable the...