Chris Kimpton
- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created Bundler, RVM, gemsets and per project settings...
Hi,I have per-project .rvmrc files, specifying ruby version and a project gemset.I currently have this setup as follows, with 3 build steps: Command line, ensure bundler is installed, run bundle in... -
Created Problems getting rcov coverage info in RubyMine 3.0.1
Hi,I am trying to add rcov coverage analysis to a couple of my projects ( this one is open - https://github.com/kimptoc/Bingo-Caller )As per the instructions, I have installed the rcov gem and enab... -
Created Team City 6.0 build 15772 - dotCover : No executable code was detected
Hi,I am sure this is a configuration issue at my end, but I cant seem to get dotCover to produce any output.Just upgraded from 5.1.2 to 6.0.Running on a windows server, with a desktop build agent.U... -
Created Problem talking to TFS "The Local Security Authority cannot be contacted"
Hi,I am trying to setup our first TFS based build (TC5.1.2, build 13430 on a windows box).I have the server url set like this http://<machine>:8080Have also specified valid AD username/password inf... -
Created TeamCity 5.1.2, error after upgrade "Error on step: Maintaining the database schema... "
Hi,Just upgraded a Windows box from 5.1.1 to 5.1.2, but the error below from homepage after starting it back up.Anyone else seen this?Rebooted machine but that did not help.Reverting to previous ve... -
Created Upgraded to TC 5.1.1, "run custom build" not working...
Hi,Seems to be since we upgraded to 5.1.1, build 13398 (from 5.1), on the Projects page the general "run" button works ok, but the "run custom build" seems to fail, page grays out, but no popup ap... -
Created Switching to new server - db migration?
Hi,We are looking to move our TC3.1.2 to a new box and then upgrade it to TC5.In terms of moving to the new box, I have tried copying the existing installation across, but that is not working.I see... -
Created TC 3.1.1 - bug fixes - what are they
Hi,Shot in the dark...We are running TC3.1 build 6760 with 4 build agents. We had a problem this morning where our tagged UAT build tagged the latest code, but used an old version of one of the co... -
Created Team City website url - making it relative...
Hi,We would like to proxy the TeamCity project site under another url - that is we have an apache server "apache1" and we want to set it up to ProxyPass to the team city "teamcity1" server. Unfort... -
Created How to setup UAT builds for specific revisions?
Hi,I have team city doing DEV/trunk builds - code is fetched and compiled whenever code is checked in. Works great - thanks.I now want to setup a UAT build - a possible release candidate. Any tip...