And one release candidate more.
Mostly fixes, with one addition, though: this build comes bundled with REST API plugin.
The plugin was started several months ago as a night hacking experiment but soon found usage in YouTrack-TeamCity integration and several internal infrastructure tasks.We hope that bundling it will serve for the benefit of all the TeamCity users while we will be making it more powerful and usable (aha, it is still scarce on the docs). Sources are freely available, so patches/suggestions are wellcome!
... went back checking the overall TeamCity functioning, while hoping you try this TeamCity EAP build and let us know if something is not working properly in your environment.
Saturday, November 28, 2009
Subscribe to:
Post Comments (Atom)
5 comments:
Does the rest api have the ability to add/update/remove projects?
Not yet, but the plugin is open sourced, so it is a good starting point for extending it with functions you need.
My utopia:
Developer creates a new feature branch on our git server, and the git hooks automatically set up a new build configuration for this feature in the "Work-in-Progress" project in Teamcity, including a new VCS root for the feature branch ...
clemens,
You are welcome to vote.
Good article about about feature branching: http://martinfowler.com/bliki/FeatureBranch.html and its' consequences.
Post a Comment