TeamCity is a user-friendly continuous integration (CI) server for professional developers and build engineers, like ourselves. It is trivial to setup and absolutely free for small teams.
Questions tagged [teamcity]
82 questions
4
votes
1 answer
Bundle install on build in TeamCity
I'm trying to run a build in TeamCity. The application that i'm trying to build for unit tests is coded in Ruby on Rails.
I configured the VCS root to get from my repository, after cloning the build fails. Here it is:
Bundler::GemNotFound: Could…

Mr_LinDowsMac
- 295
- 1
- 10
- 21
4
votes
1 answer
TeamCity use subdomain on Windows Machine
I have a TeamCity Install running on a Windows Machine which works on http://localhost:9999 I want to make my TeamCity web server available to external developers for a specific host entry. i.e. http://teamcity.mydomain.com/ how do I do this?
I…

Adam
- 205
- 4
- 14
2
votes
0 answers
Teamcity not working with warn messages in logs
I've installed Teamcity v9 on my VPS and I have some trouble with it:
it's not working at all.
My OS is Debian x64, oracle jdk8 is installed and env variables are ok.
Here are parts of log files:
Also I've disabled firewall to make sure this doesn't…

Andrey
- 121
- 3
2
votes
1 answer
teamcity, setup vcs root using bitbucket (git) behind proxy server
I've installed TeamCity on a Windows Server 2012 box behind a corporate firewall that requires user authentication via a proxy server to access the internet.
I want to connect TeamCity to Bitbucket (git) which hosts our projects, to pull down the…

Mike
- 21
- 5
2
votes
0 answers
TeamCity Connection Timeout
I set up a TeamCity server yesterday, and it was working fine until this morning when I restarted it. I didn't change any settings anywhere, but I keep getting this message in the teamcity-agent log on startup:
INFO - t.AmazonInstanceMetadataReader…

KrazyTraynz
- 21
- 2
2
votes
0 answers
Why does TeamCity server stop short time after it starts
I use TeamCity with bundled Tomcat server. I start TeamCity server using runAll.sh start command. The server starts and I can access its web interface. However, within a minute or two the server stops. I checked teamcity-server.log but it doesn't…

Max Koretskyi
- 767
- 1
- 8
- 16
2
votes
0 answers
TeamCity (or Jenkins) with Cluster/Replicated servers
We use Team City 7 for Continuous Intergration. Sometimes I need to bring down the server for maintenance which stirs up complaints. Is anyone using a cluster for these types of servers where there is one database instance, but perhaps a failover…
user160910
2
votes
1 answer
GITBLIT Using Cert for SSL
I'm currently running GITBLIT on Windows Server 2012 to centrally host our GIT repos. I have been using a self-signed cert as per setup instructions on Gitblit but I want to use an SSL Cert from VeriSign or GoDaddy. It appears that there is no…

chrisLawrence
- 131
- 4
2
votes
1 answer
Teamcity LDAP encryption
I wondering if it is possible to use teamcity with LDAP encrypted master password?
The idea is to be able to use LDAP with Teamcity without ability to get access to LDAP master passwords (create/edit users knowing this password).

fish
- 21
- 2
2
votes
1 answer
MSDeploy - possible to call setAcl on multiple destinations in one go?
I'm building a nice little continuous integration environment for our development team, based on TeamCity. It's working rather nicely, as it can build a mix of .NET and PHP projects, and push them to our internal and external platforms.
I'm…

growse
- 8,020
- 13
- 74
- 115
2
votes
3 answers
Automated Load/Stress testing via a continuous integration server
My company currently has stress tests that are run manually through JMeter. We also use TeamCity for automation of JUnit testing.
It's become clear that we need to automate our stress testing as well to provide more generalized testing of our entire…

Casey Jordan
- 215
- 4
- 11
2
votes
4 answers
Make shell script executable upon extraction from zip
I have a shell file that is pulled from github and built into a zip using TeamCity.
It is typically edited and put into github from a Windows machine.
I need this shell script to be executable upon unzipping. How do I do this? Currently I have to do…

elgabito
- 133
- 1
- 4
2
votes
2 answers
TeamCity Nuget feed via IIS/ARR/URLRewrite
Versions:
Windows Server 2008 R2 SP1
TeamCity 7.0.2
Tomcat 7.0.27
IIS 7.5
ARR 2.5
URL ReWrite 7.2.2
TeamCity is installed into a pre-existing TomCat installation as a JavaEE WAR.
IIS has been successfully setup to reverse proxy calls for TeamCity.…

Joseph Alcorn
- 257
- 5
- 14
2
votes
1 answer
Teamcity nuget feed http authentication
Nuget feed by team city is working perfectly but there is a strange problem.
Local IP (http://192.168.xx.xx:9999/feed/../):
Listing through browser works
Accessing packages through Visual studio 11 nuget works
VPN IP…

Mihalis Bagos
- 91
- 1
- 6
2
votes
1 answer
Proxy Error Accessing a TFS server from TeamCity
We're running TFS for our source control and TeamCity for our build server running on Windows 2008.
Everything was working fine, but I believe some network issues occurred, and now our TeamCity build agent can't access TFS. It is getting the…

Mike Mooney
- 121
- 4