Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnyzzz/teamcity.depsorder
https://github.com/jonnyzzz/teamcity.depsorder
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonnyzzz/teamcity.depsorder
- Owner: jonnyzzz
- Created: 2013-08-08T12:24:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T19:18:15.000Z (about 11 years ago)
- Last Synced: 2024-04-15T23:50:04.198Z (7 months ago)
- Language: Kotlin
- Size: 2.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TeamCity.DepsOrder
==================Plugin for TeamCity 8.0.x+ that allows to specify specific order
to build listed snapshot dependencies for the build configurationUse of the plugin will make you minimize number of extra build configurations
License
=======
Apache 2.0Installation
============Download the latest build from TBD and put in to ```/plugins``` folder. Restart the server
Builds
======Initial setup was made with https://github.com/jonnyzzz/TeamCity.PluginTemplate
In this sample you will find
-----------------------------
- TeamCity server-side only plugin
- Plugin version will be patched if building with IDEA build runner in TeamCity
- Run configuration to run/debug plugin under TeamCity (use `http://localhost:8111/bs`)
- pre-configured IDEA settings to support references to TeamCity
- Uses `$TeamCityDistribution$` IDEA path variable as path to TeamCity home (unpacked .tar.gz or .exe distribution)
- Bunch of libraries for most recent needed TeamCity APIs
- Module with TestNG tests that uses TeamCity Tests API