Questions tagged [teamcity]
29 questions
8
votes
2 answers
Redirect 7-Zip's command-line output to /dev/null on Windows when extracting a .7z file
I have a command such as "C:\Program Files\7-zip\7z.exe" x foo.7z -y which will extract (with full paths) to the current directory.
What it does that I don't want, though, is to spool out the individual paths to stdout. This is information that I…
Peter Mounce
- 708
- 3
- 9
- 20
6
votes
1 answer
TeamCity 9 - Disable user registration
I own a TeamCity build server that I use for publishing development builds for projects I have. Problem is, users can register an account. I want it so users can only be created on the administration tab. How do I do this?
DMP9 MC
- 71
6
votes
1 answer
Import & Export TeamCity build configuration template?
In TeamCity you can setup a build configuration template, and create configurations according to that template. Is there a way to export this template to store it in a source control system for example, so that if you need to re-install TeamCity…
jamiebarrow
- 185
- 4
- 17
5
votes
0 answers
Win7 VirtualBox Server with TeamCity keeps BSODing
I'm testing out TeamCity with a small project (one checkin per day or so, small code base) on a Windows 7 VM in VirtualBox. I've had many successful VMs on this host, some of which were also Windows 7, without any problems.
I'm not sure why, but…
ashes999
- 655
4
votes
1 answer
TeamCity NuGet private feed - Credentials
I installed TeamCity and enabled NuGet server, both Authenticated Feed and Public Feed.
When I try to push packages to the server with the following command:
> nuget push package.nupkg [API-Key-here] -s…
Gaui
- 211
2
votes
0 answers
Idle TeamCity agents dont take compatible tasks from queue
I have new TeamCity 8.1.3 and one task in build queue and compatible enabled agent.
But agent is idle.
I tried to re-install teamcity, re-install buildAgent and install agent on another machine.
Tried to run agent as root. I read all agent logs and…
Hasselbach
- 21
2
votes
3 answers
Disable the JIT debugger
On a Windows XP, 64 bit machine, which serves as a build agent for TeamCity, we have Visual Studio 2005, 2008 & 2010 installed. All three installations have all their Just-In-Time debugger options unchecked in the Visual Studio options dialog (Tools…
grenade
- 577
2
votes
1 answer
Fail a teamcity build if warnings in log exceed a certain number
I am using the latest version of TeamCity and I'm trying to get a build to fail if the number of occurrences of the word "Warning:" exceed a certain level.
I am using the new build failure conditions on the build log with a regular expression. I…
Craig McGuff
- 176
2
votes
0 answers
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
- 153
2
votes
2 answers
TeamCity Build Agent service immediately fails with 1053 'did not start in a timely fashion'
I have a Windows XP SP3 machine with a TeamCity 6.5 Build Agent I am trying to make run under a different account. However, when I try to start it, it fails immediately with the following error:
Error 1053: The service did not respond to the start…
Richard Dingwall
- 151
- 2
- 3
- 9
2
votes
0 answers
2
votes
1 answer
How to configure build number format on TeamCity when using Git source control
We have recently moved from Team Foundation Server (TFS) source control to Git source control. We are using TeamCity as our build server.
Our build number format in TeamCity is defined as this:…
bala
- 21
2
votes
3 answers
How to parameterize agent requirements in TeamCity
In TeamCity, is it possible to parameterize the agent requirements based on project or build configuration parameters? E.g. can value include %...% substitutions?
An example: we have a project parameters env.XXX_VERSION which specifies the needed…
Tonny Madsen
- 612
2
votes
1 answer
svn: E175002: connection refused by the server
We're looking into moving our source control from SourceSafe (yes, seriously) to TeamForge and I'm trying to connect TeamCity to TeamForge (collab.net) but Test Connection is failing with:
Error connecting the specified URL:
svn: E175002:…
qujck
- 161
1
vote
0 answers
Error while installing VMWare plugin for TeamCity
I'm trying to install VMWare plugin for TeamCity. I followed all steps from
https://confluence.jetbrains.com/display/TW/Cloud-VMWare+plugin
to the point. However, when I try to run the client via command line, i just get this…
Mefhisto1
- 121