Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonnyzzz/teamcity.reposh
plugin to implement repo.sh version control for TeamCity. This VCS could be used for Android platform builds/checkout/changed monitoring
https://github.com/jonnyzzz/teamcity.reposh
Last synced: about 1 month ago
JSON representation
plugin to implement repo.sh version control for TeamCity. This VCS could be used for Android platform builds/checkout/changed monitoring
- Host: GitHub
- URL: https://github.com/jonnyzzz/teamcity.reposh
- Owner: jonnyzzz
- Created: 2012-08-31T12:43:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-02T20:49:43.000Z (about 12 years ago)
- Last Synced: 2024-04-15T23:50:04.243Z (7 months ago)
- Language: Java
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TeamCity.RepoSh
===============plugin to implement repo.sh version control for TeamCity. This VCS could be used for Android platform builds/checkout/changed monitoring
In this repo you will find:
=============================
- TeamCity server plugin
- With teamcity-plugin.xml
- 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)
- One jar containing
-- server plugin classes
-- server plugin web resources (with 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 APIWhat's next?
=============
- Have fun!