paksv / orka-teamcity-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orka by MacStadium TeamCity Plugin

This readme provides information about how to build, package, or run the plugin locally. For usage information, see the TeamCity plugin tutorial.

The plugin provides TeamCity cloud integration with Orka by MacStadium. This allows users to to configure TeamCity, so it can provision and tear down agents running in Orka on demand.

The plugin uses gradle plugin to build and package the plugin. For more information, see the gradle plugin page.

Build requirements

  • JDK 8

Building, packaging and testing the plugin

To build the plugin, run:

./gradlew build

This runs checkstyle validation and builds the plugin. The output is in macstadium-orka-server/build/distributuons/.

To run tests, run:

./gradlew test

To run checkstyle, run:

./gradlew check

Running the plugin locally

To use the plugin locally, run:

./gradlew installteamcity20181

This installs a TeamCity server locally.

To start the server, run:

./gradlew startteamcity20181

This boots a TeamCity server, packages the plugin and installs it. To run the TeamCity server open http://localhost:8111.

To stop the server, run:

./gradlew stopteamcity20181

About

License:MIT License


Languages

Language:Java 96.5%Language:JavaScript 3.3%Language:CSS 0.1%Language:Shell 0.1%