This plug-in allows TeamCity builds to trigger deployments in Octopus Deploy.
Please raise and track issues for this project here.
Download the plugin from the Octopus Deploy downloads page.
Installation and usage instructions are available in the Octopus Deploy documentation.
To build the plugin from code:
- Install a Java JDK 6 u38, 64 bit (don't use 7 or 8 or newer) from Oracle.
- Install Ant from Apache.
- Add the JDK
bin
folder and antbin
to your path - 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.