https://github.com/jozefizso/teamcity-fogbugz-notifier
TeamCity FogBugz Notifier
https://github.com/jozefizso/teamcity-fogbugz-notifier
fogbugz teamcity-server
Last synced: 3 months ago
JSON representation
TeamCity FogBugz Notifier
- Host: GitHub
- URL: https://github.com/jozefizso/teamcity-fogbugz-notifier
- Owner: jozefizso
- License: mit
- Created: 2015-12-14T22:26:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T12:10:40.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T16:37:40.212Z (5 months ago)
- Topics: fogbugz, teamcity-server
- Language: Java
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TeamCity FogBugz Notifier
==============================================================> Send build status information to FogBugz Extended Events plugin.
This plugin integrates TeamCity with FogBugz.
The plugin will notify FogBugz about successful and failed builds
that match a FogBugz case.This plugin requires the [FogBugz Extended Events](https://github.com/jozefizso/FogBugz-ExtendedEvents) plugin to be
installed in FogBugz.Supported TeamCity servers:
* TeamCity 2017
* TeamCity 10
* TeamCity 9.1## Contributing
### 1. Build
Issue `mvn package` command from the root project to build the plugin.
Resulting package will be placed in **target** directory.### 2. Run
The `tc-sdk:start` goal will automatically download and run the TeamCity server
and install the plugin.```
mvn package tc-sdk:start
```[TeamCity plugin goals documentation](https://github.com/JetBrains/teamcity-sdk-maven-plugin#plugin-goals)
## License
Copyright © 2015-2017 Jozef Izso under [MIT License](LICENSE)