rodm / gradle-teamcity-plugin

Gradle plugin for developing TeamCity plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add possibility to download Teamcity distributive

grundic opened this issue · comments

Hello!
First of all, great work :)
I found another example of gradle build script and there is possibility to download Teamcity distributive into plugin development folder, here it is: https://github.com/greggigon/TeamCity-Crowd-Plugin/blob/master/build.gradle
Would it be possible to implement same functionality in your plugin?
Perfectly, it would be great if it would be possible to launch Teamcity with installed plugin right from gradle.

The plugin now supports downloading a TeamCity distribution, deploying the plugin and starting and stopping both the server and build agent. If you're ok with it I'll close this issue.

Awesome! Should be incorporated in default plugin development pipeline :)
Thank a lot!