Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetbrains/teamcity-slack-notifier
TeamCity Slack Notifier plugin
https://github.com/jetbrains/teamcity-slack-notifier
slack teamcity
Last synced: 3 months ago
JSON representation
TeamCity Slack Notifier plugin
- Host: GitHub
- URL: https://github.com/jetbrains/teamcity-slack-notifier
- Owner: JetBrains
- License: apache-2.0
- Created: 2020-09-10T15:11:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T21:10:45.000Z (11 months ago)
- Last Synced: 2024-04-13T12:07:00.879Z (9 months ago)
- Topics: slack, teamcity
- Language: Kotlin
- Homepage: https://jetbrains.com/teamcity
- Size: 1000 KB
- Stars: 7
- Watchers: 28
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TeamCity Slack Notifier
[![official project](http://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Hits-of-Code](https://hitsofcode.com/github/jetbrains/teamcity-slack-notifier?branch=master)](https://hitsofcode.com/view/github/jetbrains/teamcity-slack-notifier?branch=master)The plugin is bundled in TeamCity and requires no manual installation.
This plugin allows you to configure notifications about various build events and global events to Slack.
## Documentation
See [official documentation](https://www.jetbrains.com/help/teamcity/notifications.html#Slack+Notifier)## How to build
In root directory, run
```shell script
gradle build
```
Plugin zip will be located in `build/distributions` directory.