Tagged Questions
13
votes
9answers
4k views
TeamCity forgotten admin password - where to look?
I need to recover/reset the admin password for JetBrain's TeamCity.
I have full RDP access to the server so no problems there. It's just been 2 months since we used it so now I have forgotten my ...
1
vote
1answer
105 views
Checkout from GIT and deploy to Heroku
I would like to clone a project from a GIT server and then perform some tests and then deploy to Heroku.
I have been able to get my project from GIT, and then perform "bundle install" which does ...
1
vote
1answer
154 views
Teamcity NUnit fails when using JetBrains dotCover
My build fails with this log:
[12:13:40]: Checking for changes
[12:13:41]: Clearing temporary directory: C:\TeamCity\buildAgent\temp\buildTmp
[12:13:41]: Checkout directory: ...
1
vote
1answer
114 views
Publish TeamCity artifacts. How to get Build IDs
I´ve created a Artifact path in TeamCity like this:
src\MyBuild\bin\Release* => MyBuild.zip
now I want to publish this created artifact through a download link
...
1
vote
1answer
96 views
Can Teamcity display real name instead of SVN username on the front page?
On the front page of Teamcity 6, it shows the svn username of the person who made change in that build.
At my work, these names are not very descriptive, for example mine is "cc75657"
Is there any ...
1
vote
1answer
324 views
Team city doesn't recognize Test::Unit tests after upgrade to ruby 1.9.2
I have some ruby tests running in TeamCity (Version 6.0.2) but after a upgrade to ruby 1.9.2 from 1.8.6 it looks like it doesn't recognize test tests both failed and successful once.
The only ...
0
votes
1answer
49 views
How can I find out the list of users in TeamCity?
I have RDP access to the server, and I want to ensure that I've got the right username (for this: How do I shutdown Teamcity?).
Is there a command line way of viewing the registered users, like ...
0
votes
1answer
127 views
How do I shutdown Teamcity?
I know this may seem like a really stupid question but I wondered if there was something I was doing wrong. I'm trying to do a password reset. I'm following the instructions here. I've tried shutting ...
0
votes
1answer
68 views
TeamCity - Continuous Integration
how TEAM-CITY can verify if the code sending by the developer is pre-tested-commited or not?
0
votes
1answer
32 views
Is there a way in Team City to get projects status in an xml file?
Is there a way to see an xml-represented snapshot of all the projects on our Team City build server? Otherwise, is there another way to get this data suitable for consumption by a .net app? I see ...