rogerbramon / Octopus-TeamCity

JetBrains TeamCity plugin to trigger releases on build completion

Home Page:http://octopusdeploy.com/documentation/integration/teamcity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This plug-in allows TeamCity builds to trigger deployments in Octopus Deploy.

Please raise and track issues for this project here.

Get the plugin

Download the plugin from the Octopus Deploy downloads page.

Installation and usage instructions are available in the Octopus Deploy documentation.

Building

To build the plugin from code:

  1. Install a Java JDK - I used version 6u38 from Oracle.
  2. Install Ant from Apache. I used 1.8.4.
  3. Add the JDK bin folder and ant bin to your path
  4. Navigate to the source directory, and run ant.

The TeamCity plugin will be packaged and added to a /source/dist folder.

To edit the code, you'll probably want to install IntelliJ community edition. JetBrains provide instructions for configuring IntelliJ for TeamCity plugin development.

About

JetBrains TeamCity plugin to trigger releases on build completion

http://octopusdeploy.com/documentation/integration/teamcity


Languages

Language:Java 99.0%Language:PowerShell 1.0%