Creating build environments for a various range of embedded (C/C++) products with multiple build agent configurations. Empowering the integration team (verification testing) with the ability to test subsystems of applications before launch.
Lead Engineer at a healthcare company with 10,001+ employees
The flexibility of the product allows it to support a seemingly infinite number of build workflows.
Pros and Cons
- "I have not yet implemented the remote build feature, but this will be a big plus. We want to be able to build legacy products on a build agent without developers needing to have obsolete tool sets installed on their local PC."
- "The flexibility of TeamCity allows it to fit in workflows that I have yet to imagine."
- "Their online documentation is fairly extensive, but sometimes you can end up navigating in circles to find answers. I would like them (or partner with someone) to provide training classes to help newcomers get things up and running more quickly."
What is our primary use case?
How has it helped my organization?
The flexibility of TeamCity allows it to fit in workflows that I have yet to imagine. As we learn how to configure the build processes to fit our needs, it will prove to be a significant time saver.
What is most valuable?
TeamCity has a remote build feature that we have used to support legacy products (that use compilers that cannot run on current OS versions). Rather than having developers locked into an outdated PC for legacy support, we now only need to support a single VM that is configured as the build agent for the legacy product. TeamCity provides integrations for Eclipse, but in our case, it worked better to create a Python script that provided the necessary interaction between SlickEdit and TeamCity. Developers can make code changes on a current Windows or Linux system, and changes made locally are pushed to the build agent as a personal build.
We are also exploring capabilities of use of the "Report Tabs". To ultimatly support FDA compliance concerns, I have a prototype of an HTML report being generated that includes CRCs, SCM URLs, SCM Revisions, etc for all items of a build chain.
What needs improvement?
Their online documentation is fairly extensive, but sometimes you can end up navigating in circles to find answers. I would like them (or partner with someone) to provide training classes to help newcomers get things up and running more quickly.
Buyer's Guide
TeamCity
June 2026
Learn what your peers think about TeamCity. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
904,973 professionals have used our research since 2012.
For how long have I used the solution?
Approaching 4 years.
What do I think about the stability of the solution?
Have not experienced any "failure" of TeamCity. An occasional lack of responsiveness from the web interface happens from time to time. May have been appropriate to provide more CPU resources when the VM was originally created.
What do I think about the scalability of the solution?
At the Enterprise licensing level, there are no limits to the number of, or complexity of the build configurations that can be set up.
How are customer service and support?
For billing & license renewal questions, their Customer Service is very responsive. Technical support is also available for Enterprise users, but have not had a need to use it more than once or twice.
Which solution did I use previously and why did I switch?
No, we were new to CI/CD.
How was the initial setup?
Installation was reasonably straight forward using information from their web site. Our installation was built in a virtual environment (VMware ESXi/vCenter) and is running on a RHEL 7 minimal installation using MariaDB.
What about the implementation team?
TeamCity was implemented in house with support only from their web documentation.
What's my experience with pricing, setup cost, and licensing?
Jet Brains allows using their product at no charge, but with a cap on build agents, and the number of build configurations allowed, so you can explore the capabilities before committing. Our current licensing level allows up to 10 simultaneous build agents running, and unlimited build configurations for less than $2000 per year; although not free, it seems a very reasonable cost for the horsepower delivered.
Which other solutions did I evaluate?
Yes, considerations were given to open source products (Jenkins/Hudson, go.cd ...). It did not appear that any of the others considered could provide an equivalent of the remote build feature offered by TeamCity.
What other advice do I have?
Wish the Tomcat server could magically convert to HTTPS (instead of the apparent default of HTTP).
There are published works on using TeamCity (separate works by authors Melymuka and Mahlingam, both on Packt Publishing), however both of these are out of date which makes the initial learning curve more challenging. I invite these publishers to update their work; would gladly purchase updated revision.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Snr. Devops Engineer at Point Guard Ventures
Speeds up release cycles and automatically keeps everybody apprised of project status
Pros and Cons
- "It provides repeatable CI/CD throughout our company with lots of feedback on failures and successes to the intended audiences via email and Slack."
- "TeamCity is very stable, is easy to set up and maintain, and once everything is configured there is almost zero time needed to maintain it."
- "It will benefit this solution if they keep up to date with other CI/CD systems out there."
What is our primary use case?
I've used TeamCity for many years at three different companies. This has been mainly for CI -building and testing software, but also for CD - continuous delivery and deployment. This has included .NET, Java, Ruby on Rails applications, running database scripts, and basically doing anything that can be automated.
How has it helped my organization?
It provides repeatable CI/CD throughout our company with lots of feedback on failures and successes to the intended audiences via email and Slack. This speeds up release cycles tremendously. Also, it helps when it comes to PCI/auditing (if set up correctly), as TeamCity has great security and tracking model.
What is most valuable?
The most valuable features are:
- Build chains - it's really easy to set up all of your build dependencies
- Snapshot dependencies and triggers - you always build the correct code as a snapshot is taken at the moment you run the build chain (i.e. no unexpected check-ins are included in your build!)
- Templates - for setting standards and making the configuration easy and clean
- Meta runners - sharing code
TeamCity is very stable, is easy to set up and maintain. Once everything is configured there is almost zero time needed to maintain it.
What needs improvement?
It will benefit this solution if they keep up to date with other CI/CD systems out there. Although I think TeamCity has everything anyone would need, and covers almost every scenario, it needs to keep evolving just to appear to be in sync with others.
Also, more marketing would be helpful just to get the word out on what an amazing product TeamCity is.
For how long have I used the solution?
More than five years.
What do I think about the stability of the solution?
This is a very stable solution.
How was the initial setup?
The initial setup is easy and there is almost no maintenance.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
TeamCity
June 2026
Learn what your peers think about TeamCity. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
904,973 professionals have used our research since 2012.
Web Developer and Software Architect at a tech vendor with 1-10 employees
Execution of unit tests with code coverage reports is a valuable feature
Pros and Cons
- "Using TeamCity and emailing everyone on fail is one way to emphasize the importance of testing code and showing management why taking the time to test actually does saves time from having to fix bugs on the other end."
- "Last time I used it, dotnet compilation had to be done via PowerShell scripts. There was actually a lot that had to be scripted."
What is our primary use case?
Automating continuous integration and catching those culprits who introduce build errors or test failures who refuse to test on their own machines.
How has it helped my organization?
Being the sole TDD developer in an organization is not enough if the rest of the team does not test as well. Using TeamCity and emailing everyone on fail is one way to emphasize the importance of testing code and showing management why taking the time to test actually does saves time from having to fix bugs on the other end.
What is most valuable?
The three best features are the following:
- Automated builds triggered on check-in
- Execution of unit tests with code coverage reports
- Automated deployment to various environments.
What needs improvement?
Last time I used it, dotnet compilation had to be done via PowerShell scripts. There was actually a lot that had to be scripted. Whether to present an error code or just throw an exception, it was unclear, as well as having to paste a script versus executing a PS file. Fewer "options" in this section with greater consolidation and handling would be appreciated.
For how long have I used the solution?
Three to five years.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Software Tools Developer II at a tech vendor with 1,001-5,000 employees
Templates, meta-runners, and agent pooling make it easy to move to a new release
Pros and Cons
- "It's easy to move to a new release because of templates and meta-runners, and agent pooling."
- "REST API support lacks many features in customization of builds, jobs, and settings."
What is most valuable?
- Templates
- Meta-runners
- Plugins
- Multiple version control system support
- REST API support
How has it helped my organization?
We can build our code daily and automatically, with email notification for failures. It's easy to move to a new release because of templates and meta-runners, and agent pooling.
What needs improvement?
REST API support lacks many features in customization of builds, jobs, and settings.
Also, integration with newer technologies needs improvement.
For how long have I used the solution?
Three to five years.
What do I think about the stability of the solution?
Depends on the server host, but it runs on Java so it needs high specs. Otherwise, the website takes a long time to load.
Also, supporting newer technologies is limited.
What do I think about the scalability of the solution?
You have to clean up old projects, otherwise the load on the server increases with increase in size of projects.
How are customer service and technical support?
Technical support is good.
Which solution did I use previously and why did I switch?
No previous solution.
How was the initial setup?
Straightforward, the documentation on the website is very helpful.
What's my experience with pricing, setup cost, and licensing?
I don't handle pricing so I can't really advise on this.
Which other solutions did I evaluate?
We did not evaluate other options but we may consider moving to Jenkins because it's free and has many similar features.
What other advice do I have?
Use Templates and meta-runners, they are very useful in scaling your product with new releases.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
DevOps Engineer at a tech services company with 11-50 employees
Automatic VCS Triggers, MSTest, and NUnit integration made our workflow much faster and efficient
Pros and Cons
- "VCS Trigger: Provides excellent source control support."
- "When we discovered TeamCity, it totally speeded up our workflow."
- "The upgrade process could be smoother. Upgrading major versions can often cause some pain."
What is most valuable?
VCS Trigger: Provides excellent source control support. Able to customize a feature with the specific conditions we want. For example, if we wanted only a specific branch to trigger a build, we can do that.
How has it helped my organization?
Automatic VCS Triggers, MSTest, and NUnit integration made our workflow much faster and efficient. It just felt more mature and everything was working as we expected.
What needs improvement?
The upgrade process could be smoother. Upgrading major versions can often cause some pain.
For how long have I used the solution?
Three to five years.
What do I think about the stability of the solution?
We did not encounter any serious issues with stability so far.
What do I think about the scalability of the solution?
No issues with scalability. When we needed more agents, we simply used pre-configured machines and quickly installed the agent on them.
How are customer service and technical support?
Great tech support with quick response times.
Which solution did I use previously and why did I switch?
TFS, back at the time TFS carried too much overhead for us. So, we looked for a better solution out there. When we discovered TeamCity, it totally speeded up our workflow. TeamCity's configuration and ease of use are way better compared to TFS, which eventually saved us a lot of time.
How was the initial setup?
One of the things I liked about TeamCity. It is very easy to install and maintain.
What's my experience with pricing, setup cost, and licensing?
Start with the free tier for a few build configs and see how it works for you, then according to your scale find the enterprise license which fits you the most.
Which other solutions did I evaluate?
Jenkins, but it was not mature enough and did not meet our needs at that time.
What other advice do I have?
It really is dependent on your product needs. Do market research and see the pros and cons versus open source or any other solutions out there.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Software Engineer with 501-1,000 employees
Provides good visualization of builds, however I would suggest creating simple and advanced configurations
Pros and Cons
- "Good visualization of builds Easy configuration Good integration with IDE and JetBrains products."
- "I would suggest creating simple and advanced configurations. Advanced configurations will give more customizations like Jenkins does."
What is most valuable?
- Good visualization of builds
- Easy configuration
- Good integration with IDE and JetBrains products
How has it helped my organization?
People react faster on failing builds.
What needs improvement?
I would suggest creating simple and advanced configurations. Advanced configurations will give more customizations like Jenkins does.
For how long have I used the solution?
Three to five years.
What do I think about the stability of the solution?
Generally no, just in a few cases.
What do I think about the scalability of the solution?
No, adding new build agents were enough.
How are customer service and technical support?
I would give technical support an eight out of 10. They provide help quickly.
Which solution did I use previously and why did I switch?
At another company, we switched from Jenkins to TeamCity because of the support.
How was the initial setup?
The setup is straightforward.
What's my experience with pricing, setup cost, and licensing?
If you can, try it out first.
Which other solutions did I evaluate?
Jenkins.
What other advice do I have?
Try to think about pipeline before buying this product, you can set it up on one machine and try it out.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Software Engineer at a security firm with 501-1,000 employees
Features I like include: shared resource locking, customization via plugins and meta-runners, and storing build configurations per-branch for Git code repositories.
Pros and Cons
- "TeamCity allows us to have self-sufficient development teams that can create their own builds and deployments."
- "Features I would like to see in TeamCity: Allow for shared resource locks across multiple build configurations (i.e. deploy then run integration tests against the same environment)."
Valuable Features:
Features I really like:
Branch builds for Git repositories, shared resource locking, customization via plugins and meta-runners, and storing build configurations per-branch for Git code repositories.
Improvements to My Organization:
TeamCity allows us to have self-sufficient development teams that can create their own builds and deployments. TeamCity has really allowed us to embrace continuous integration (even running full CI on all code branches with no extra effort).
Room for Improvement:
Features I would like to see in TeamCity:
Allow for shared resource locks across multiple build configurations (i.e. deploy then run integration tests against the same environment).
Allow shared resource locks to accept parameters for dynamic assignment of locks.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Release and deployment process manager at a energy/utilities company with 1,001-5,000 employees
There are the occasional issues in deploying software, but it has centralized our build automation.
Pros and Cons
- "Continuous integration has reduced build failures and highlighted issues sooner."
- "Occasionally issues deploying software using the tool due to configuration issues within the tool (mostly around powershell configuration)."
What is most valuable?
- Centralized build automation
- Ability to embed powershell scripts for automated deployments
- Auditability of builds
- Unit tests
- Smoke tests
- Automated deployments
How has it helped my organization?
Continuous integration has reduced build failures and highlighted issues sooner. Automated deployments of web services, database scripts and applications chained across all environments has minimized time and effort, sped up delivery time, reduced risk of human error and enabled automated communication to stakeholders via integration with JIRA for release notes.
For how long have I used the solution?
I've used it for three years.
What was my experience with deployment of the solution?
Occasionally issues deploying software using the tool due to configuration issues within the tool (mostly around powershell configuration).
What do I think about the stability of the solution?
We had to add additional servers to enable a failover capability, but this was more to do with our infrastructure
What do I think about the scalability of the solution?
No issues enquired.
How are customer service and technical support?
Customer Service:
I've not required customer service.
Technical Support:It's good. It's done via online forums.
Which solution did I use previously and why did I switch?
We previously used Jenkins and Cruise control. We changed to enable one common solution and standard support model, also better functionality.
How was the initial setup?
It was very simple. I have also installed on my home server to enable me to continue to develop and learn the tool.
What about the implementation team?
We did it in-house.
What's my experience with pricing, setup cost, and licensing?
The initial cost was only the cost of a virtual server, and database which was less than 1000 Euros a month. I am not aware of ongoing costs.
Which other solutions did I evaluate?
No other options were evaluated.
What other advice do I have?
Make sure you define the standards and naming conventions prior to implementing TeamCity.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Debra, how do you find your build automation 10 months later? Have you seen significant progress?
Software Development Senior Manager at a tech vendor with 10,001+ employees
It delegates the building of executable code to a machine, and it stays running and performs build regularly.
Pros and Cons
- "I spend less time scripting to get a build working and more time configuring TeamCity through its web-based front end."
- "More build runners and more options are needed, although I have no worries they keep improving."
What is most valuable?
I spend less time scripting to get a build working and more time configuring TeamCity through its web-based front end.
How has it helped my organization?
It delegates the building of executable code to a machine.
What needs improvement?
More build runners and more options are needed, although I have no worries they keep improving.
For how long have I used the solution?
This is the second job I have used it at. I have used other CI systems in the past, but I have been using TeamCity around two years.
What was my experience with deployment of the solution?
Actually, I ran into a problem and I needed to do a fresh install. TeamCity stores its configuration data separate from where it installs. so this makes upgrades smoother, but makes it harder to start with a fresh slate. The problem was the data directory of the service account was rerouted because it was a 64 bit OS to SysWOW64.
What do I think about the stability of the solution?
No, it stays running and performs build regularly.
What do I think about the scalability of the solution?
For our usage, it has scaled well to our needs.
How are customer service and technical support?
Customer Service:
10/10 - their service is very professional and prompt.
Technical Support:10/10 - their service is very professional and prompt, and their staff really wants to solve your problems.
Which solution did I use previously and why did I switch?
I had used CruiseControl.NET in the past. It was useful once running, but painful to initially setup, and we used word of mouth and articles showing comparisons with other frameworks.
How was the initial setup?
Just installing it with one agent is a breeze. The starting free license comes with three build agents, which, if you install them all as services, takes a little modifying of config files and running of batch files.
What about the implementation team?
I implemented it.
What was our ROI?
Yet to be calculated. I am trying to automate the release of deliverables to free someone's time up.
What's my experience with pricing, setup cost, and licensing?
Start with the free license it has decent room for one group.
What other advice do I have?
Start small. Start with just doing builds before executing tests.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Software Developer at a financial services firm with 1,001-5,000 employees
It provides us with continuous deployment and integration, but get someone who knows it well to go through the basics.
Pros and Cons
- "General ease of use, quick start up time, and the NUnit build runner are the most valuable features for us."
What is most valuable?
- General ease of use
- Quick start up time
- NUnit build runner
How has it helped my organization?
- Continuous deployment
- Continuous integration
- Testing feedback
For how long have I used the solution?
I've used it for four years.
What was my experience with deployment of the solution?
No issues encountered.
What do I think about the stability of the solution?
No issues encountered.
What do I think about the scalability of the solution?
No issues encountered.
Which solution did I use previously and why did I switch?
There was no previous solution in place.
How was the initial setup?
It's straightforward as the UI is intuitive.
What about the implementation team?
I implemented it myself.
What was our ROI?
It's free, so very good.
What's my experience with pricing, setup cost, and licensing?
Start with the free version, and go from there.
Which other solutions did I evaluate?
No other options were evaluated.
What other advice do I have?
Get someone who knows it well to go through the basics, but there's also loads of help on Google.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Download our free TeamCity Report and get advice and tips from experienced pros
sharing their opinions.
Updated: June 2026
Product Categories
Build AutomationPopular Comparisons
GitLab
VMware Tanzu Platform
Jenkins
Harness
GitHub Actions
CloudBees
Chef
Tekton
CircleCI
Bamboo
GoCD
Digital.ai Release
AWS CodePipeline
Buildkite
Travis CI
Buyer's Guide
Download our free TeamCity Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- What are the differences among Jenkins, Urbancode build and ElectricAccelerator?
- When evaluating Build Automation, what aspect do you think is the most important to look for?
- Should project automation software be integrated with cloud-based tools?
- Is there a need for workflow automation?
- What is the Robotic Process Automation (RPA) life cycle?
- What is Automation as a Service (AaaS)?
- Why is Build Automation important for companies?

















Thanks for the information!