Docker/Vagrant build runners for TeamCity

Features

Plugin detects and reports installed vagrant and docker

Use the dedicated build runner to run your build script under virtualized environment with help of Docker/Vagrant build runner

License

Apache 2.0

see LICENSE.txt for details

Downloading Build

Download the latest build from TeamCity

Installation

TeamCity Server and TeamCity Build Agents are required to be runnung under JRE 1.7+

To install plugin, put downloaded plugin .zip file into <TeamCity Data Directory>/plugins folder and restart TeamCity Server.

Make sure downloaded .zip file is not corrupted and is not sources .zip from GitHub.

For more details, there is documentation

Supported Versions

Plugin is tested to work with TeamCity 8.1. It should work with 8.0 (and maybe 7.1.x)

Agent and server are expected to run JRE 1.7

Building

In this repo you will find

For details see https://github.com/jonnyzzz/TeamCity.PluginTemplate

Dependencies fetch via simple-maven

This is simple possible ant script that could be used to fetch maven dependencies in Intellij IDEA based projects.

Call fetch.xml to fetch all missing dependencies

The script also updates IDEA library files to include new-ly added libraries to IDEA project. It's expected you'll no changed files on script re-run. If you do => post the issue with diff

We use Maven Ant Tasks inside. So <dependency> element under <maven-fetch> is the same element as under Maven Ant Tasks

For details see https://github.com/jonnyzzz/intellij-ant-maven

Notice

Some code of this plugin was borrowed from NuGet plugin which is licensed under Apache 2.0

Note

This plugin was created with [https://github.com/jonnyzzz/TeamCity.PluginTemplate](TeamCity Plugin Template)

This is my (Eugene Petrenko) private home project