Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 673 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 673 Bytes

This is a plugin for TeamCity to provide integration into the popular Redmine issue tracker.

It uses the REST API to fetch information about issue tickets from a given Redmine installation so it can be displayed in TeamCity.

To build it, just invoke mvn package and it will download all required dependencies and create a zip file which you can put into your TeamCity plugins directory. You can also quickly deploy it via SSH by copying and adapting the provided build.properties.template (as build.properties) and use ant deploy to copy it to your installation using SCP. jsch support in Ant required.