Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonarhipov/teamcity-echo-plugin
Demo plugin for TeamCity
https://github.com/antonarhipov/teamcity-echo-plugin
Last synced: 2 months ago
JSON representation
Demo plugin for TeamCity
- Host: GitHub
- URL: https://github.com/antonarhipov/teamcity-echo-plugin
- Owner: antonarhipov
- Created: 2019-04-30T11:45:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T15:24:53.000Z (over 5 years ago)
- Last Synced: 2023-03-23T12:05:00.583Z (almost 2 years ago)
- Language: Java
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo plugin for TeamCity
The plugin implements a custom runner for the echo command.
The project makes use of [TeamCity SDK Maven plugin](https://github.com/JetBrains/teamcity-sdk-maven-plugin)
To build and run the plugin in the development mode:
1. In [pom.xml](https://github.com/antonarhipov/teamcity-echo-plugin/blob/master/pom.xml#L41) Set the path to your local TeamCity installation folder
1. Run `mvn clean package` to build the plugin
3. Run `mvn tc-sdk:start` to start TeamCity server with the pluginDeveloped during the [Getting Started with TeamCity Plugins @ April 30th, 2019](https://blog.jetbrains.com/teamcity/2019/05/webinar-recording-getting-started-with-teamcity-plugins/) webinar.