Reputation: 5660
I'm brand new to CI. I want to submit my code changes to TeamCity and have it run all the tests and, if they pass, commit to source. However, I use Git and it looks like the Git plugin doesn't have support for pre-tested commits or personal builds yet.
If you use Git and TeamCity, how do you deal with this?
Upvotes: 1
Views: 562
Reputation: 4044
I believe it is not yet there.
Yes, you have remote runs, but you don't have Teamcity+Intellij IDEA pre-tested, automated commits for distributed version control systems as for today.
All you can do is a pre-tested commit with the command-line tool (mentioned above) and the pre-commit/receive hook on git repository you are trying to commit to.
Upvotes: 0
Reputation: 401877
It's already supported in the upcoming TeamCity 5.0 for IntelliJ IDEA 9.0. For Visual Studio support watch/vote the issue.
TeamCity 5.0 also has a feature to perform remote runs from the command line tool if your IDE is not supported.
Upvotes: 1