Major release of TeamCity adding additional features and enhancements to TeamCity 6.5
0
votes
0answers
10 views
Comment Message retrieval From Teamcity Build
Is there a way to retrieve comment message of teamcity build during its run.
From the wiki from Teamcity noticed there are ways to reach & retrieve server build / agent build properties : ...
0
votes
0answers
39 views
Failed to start MSBuild.exe. Failed to find project file at path: C:\BuildAgent\work\aa2455b503370bdd
I am not able to set .sln file path for my project in team city. Even the solution file path explorer is failed to show my path which is avaiable in Mercurial. I have given the right path in VCS for ...
0
votes
1answer
32 views
creating release branch build in team city
I am working with Team City for .net and use it for continuous integration - works well. I have it running off my main branch.
I now have a release branch - how I can I configure to set up a release ...
0
votes
2answers
69 views
Deploying with TeamCity
Our team started a solution which consists of 4 projects - a desktop app, 2 web app, a win- and a web-services.
We decided to use TeamCity as a CI server and decided to use it as for building setup ...
0
votes
1answer
12 views
TeamCity artifacts containing 0b files
We are using TeamCity 7.1.2, and have encountered a problem with the artifacts generated by our continuous build.
Specifically, when we have moved files around in the source that is used for our ...
0
votes
1answer
76 views
Modify TeamCity build parameters programatically
I created some system properties in TC build configuration.
The value of these properties are passed to a maven configuration this way:
clean test -Dargument1=%system.property1% ...
3
votes
1answer
154 views
TFS2012 vs Jetbrains TeamCity+YouTrack
We have used TFS2012 on the cloud and we don't like that there's no reporting service so we're looking to move to on-premise TFS2012. At the same time, we're starting to like Git and we're thinking ...
0
votes
1answer
62 views
XmlRpcException during TeamCity build agent registration
I have installed the TeamCity build agent on my machine a few different ways- using Java Web Start and the manual .zip distribution. Both result in viable installations, as I have once or twice been ...
2
votes
1answer
122 views
Change Octopack nuget version numbers to teamcity's build number
I Created an Octopack nuget package of an asp.net mvc website using team-city.
I also added build parameters i.e for package version numbers to use team-city's build number %build.number% and not ...
0
votes
1answer
72 views
TeamCity not sending email notifications
I am trying to set up an email notification in TeamCity on my project fail. I have set up some user with their information, but when my project fails. i dont get any email.
I have given all the ...
2
votes
2answers
114 views
Why does this dotCover rake task fail using these relative file paths?
I'm having some issues getting dotCover to work in an Albacore exec task using relative paths.
@xUnitRunnerPath = ...
1
vote
1answer
115 views
CS0246 and CS0433 errors when building .NET 4.0 website on Server 2012
I am building a .Net 4.0 web project on Server 2012 with .Net 4.5 installed. I am using Psake under TeamCity and am getting CS0246 saying NotMapped could not be found, along with CS0433 saying it has ...
0
votes
1answer
40 views
In TeamCity Professional 7.1.4 (build 24331), how can I specify the build agent's checkout directory?
Recently we had a server crash and we had to reinstall teamcity. Unfortunately the backup was not done correctly and we have to reconfigure it. We're using the new version, 7.1.4.
In 6.5, I recall ...
0
votes
0answers
137 views
Selenium webdriver with TeamCity CIS in vs2010
Our QA team have migrated Selenium scripts in VS2010. I would like to know how to proceed with the selenium webdriver and teamcity continuation build.
My purpose is when team city release the build ...
0
votes
1answer
62 views
Using TeamCity with GitHub for Windows
I am using TeamCity 7.1, running it on my Windows development machine. I have a team using GitHub for Windows. I am working on a demo for continuous integration. I want to teach the others how to ...
0
votes
0answers
118 views
Cascading build parameters in TeamCity (environment variables)?
Is it possible to cascade build parameters in TeamCity towards build dependencies? Here's the setup:
Build called 'iOS SDK' that builds on a Mac build agent.
Build called 'WP SDK' that builds on ...
3
votes
1answer
220 views
How do you publish a clickonce installer that includes .net installer and Auto-Update functionality?
I am using TeamCity for a continuous integration server and am deploying my application using a ClickOnce installer. I can get the installer to function and deploy my application but I cannot figure ...
2
votes
1answer
222 views
Team city (build runner requirement)
I have recently installed TeamCity for continuous integration and I am at a point before anything commited in SVN gets into queue in TeamCity.
Researching a bit, I found that I need an Agent to ...
0
votes
1answer
56 views
TeamCity - Disable artifacts being sent back to build server
At the end of a TeamCity build, it sends the artifacts back to the TC server. I don't need this to happen because my build script is pushing them to S3 where our web servers pick the payload up from. ...
1
vote
1answer
87 views
create team city build template
I am working with team city in which I am planning in setting several different builds for a number of my projects.
The builds are going to be very similar ie. all run tests, fxcop etc.
Rather than ...
0
votes
1answer
285 views
TeamCity 7.0.1 command line build step and ERRORLEVEL
I have a build step in my build configuration thats runner type "Command Line", running a custom script.
The script is executing Robocopy:
robocopy "%teamcity.build.workingDir%\Code" ...
1
vote
1answer
66 views
TFS Azure Service with on prem TeamCity
Is it possible to hook up an on premises TeamCity build server to Microsoft's TFS service?
1
vote
1answer
72 views
Teamcity server migration - agent changes
I'm planning to migrate my teamcity server onto a new physical location. The process is pretty straight forward, export the database, install a vanilla teamcity server and import the database via ...
0
votes
0answers
119 views
MSTest in TeamCity buildprocess. Added a powershell script to check the status code but get an error
As per the following link, I added a step after mstest step in TeamCity to check if the tests passed:
How to integrate MSTest in your TeamCity build process
However, I keep getting this error in ...
1
vote
2answers
169 views
Why can't TeamCity run this Rake build using Albacore?
I created a build script using Rake & Albacore which builds a solution and executes unit tests. I am trying to set it up in TeamCity. I am getting this error.
Cannot start build runner: If you ...
5
votes
1answer
227 views
teamcity octopus deploy handling mutiple code branches (default and develop) with same project name
So at the moment teamcity is watching and building a mercurial develop branch using the AssemblyInfoPatcher plugin and Project.Website.2.x.x.x.nupkg turns up in artifacts and octopus is deploying this ...
0
votes
1answer
124 views
assistance with setting up team city
This is very much a beginners question. I am very new to team city and need assistance in getting it setup and integrated with TFS source control for a .net c# solution.
I use TFS for source control ...
1
vote
1answer
319 views
How do I download a protected file using PowerShell?
I am trying to download a file using PowerShell 3.0 from my TeamCity build server. I have configured TeamCity to use NTLM authentication but I cannot download the file directly and get redirected to ...
0
votes
1answer
143 views
How does one get all the artifacts as a zip using TeamCity Rest API?
The Docs show this
/repository/downloadAll/BUILD_TYPE_ID/BUILD_SPECIFICATION
for getting all of your artifacts as a zip file, but that isn't using the REST API. Is there a way in the REST API do ...
0
votes
1answer
49 views
How to install or use common build tools on agent
I use the YUICompressor to compress files during my TeamCity builds. I'd like to know the best way and common practice on getting the yuicompressor-2.4.7.jar file to my TeamCity agents and where to ...
4
votes
1answer
251 views
Connecting TeamCity VCS Root with a GitHub repository using a private key
I been trying for about three hours to create a VCS Root pointing to a Github repository using "Private Key" as the the Authentication method.
But when I hit the "Test Connection" button I get this ...
0
votes
1answer
69 views
Use variable in Teamcity build config name
I'd like to include a variable value in the teamcity config name. For example if my config is called:
"[Patch release 4.3] - quick build"
I'd like the "4.3" to be taken from a variable, e.g ...
2
votes
2answers
611 views
Cannot connect Teamcity to Team Foundation Service / TFSPreview.com - Error “You must update your client with the Forward Compatibility Update”
Teamcity 7.1.3 on a Windows 7 64 bit build machine
The box is currently happily building VS2008 projects stored in a TFS2005 server, but am trying out VS2012 projects stored in TFSPreview / TF ...
0
votes
1answer
94 views
TeamCity 7.x collect commit messages during build - release notes
Our TeamCity builds a complete installer package that includes several web applications, console applications and win forms applications. It constitutes an application suite. Each of these ...
0
votes
2answers
200 views
Team City 7.1 Configuration Parameters across Build Configurations
I would like to define a variable on a TC configuration and would like to get its value on a different TC configuration that has a trigger dependency on the first one.
Is it possible to do this?
2
votes
1answer
110 views
TeamCity doesn't compile the Visual Studio MS Test Project
I have several MS Test project in my solution, but in build server (TeamCity 7.1), I can't compile them. the exception is saying ...'VisualStudio' namesapce does not exist...
I copied the ...
0
votes
1answer
2k views
Query Active Directory/LDAP, find users in nested organizational unit
I'm configuring LDAP authentication in TeamCity 7.1.2 in a Windows domain (Active Directory).
Basically it works (I can log in with my domain user!), but every user in the whole company can log in.
...
0
votes
0answers
176 views
Manipulate project version property to remove SNAPSHOT?
I've got a project at version 0.0.1-SNAPSHOT, and when we build it via TeamCity, we also get a build.vcs.number property, which is the Subversion revision that triggered the build.
In our assemblies, ...
0
votes
0answers
346 views
How to pass powershell runner commandline parameter to teamcity?
I am trying to pass parameter to powershell runner to teamcity.
Following is my settings.
Script : File
Script File : InvokeBuild.ps1
Script Execution Mode: Execute .ps1 script with -File argument
...
4
votes
1answer
1k views
Publishing vs2012 solution from team city
I'm using visual studio 2012 and the publishing feature. I have created a publishing profile that deploys my application to a development server, and it works great when executed from vs2012 on my ...
2
votes
2answers
262 views
What is the difference between running under system account and user account?
I was installing teamcity [I am new to teamcity].
It was asking running server under user account or System account /running agent under user account or system account.
I assumed that as my version ...
0
votes
1answer
144 views
Teamcity not failing build after test report xml import
I have a small powershell task that runs all my unittests using Gallio and teamcity imports the report, but does not fail the build step and does not show the number of tests that failed or passed.
...
1
vote
1answer
207 views
TeamCIty Server on EC2 Linux instance dies before it's done starting up
I'm installing TeamCity in EC2, starting with the Server then moving on the agents. I'm starting with the Amazon Linux AMI, running on a micro instance. Then I did:
sudo yum update
wget ...
1
vote
1answer
96 views
Setup multiple login-modules in TeamCity 7
I'm using TeamCity 7.1.1 for my Continuous Integration server.
For all of my colleagues and me I setup the jetbrains.buildServer.serverSide.impl.auth.LDAPLoginModule which allows everyone to login ...
0
votes
1answer
46 views
How can I run a build from Team city that uses code from a different pinned build?
I have 3 different TeamCity build configurations.
Continuous Integration
QA
Training
Production ( Doesn't exist yet )
When my QA build runs, its versions my assemblies with the ...
1
vote
1answer
238 views
NUnit tests not executed
I'm trying to configure TeamCity to run the tests we have.
I created a NUnit Build Step, and I selected these parameters:
Runner type: NUnit
Step name: Tests
Execute step: Only if all previous steps ...
1
vote
0answers
54 views
How do you remove / alter statistics charts in Team City?
I want to remove some of the standard Team city charts such as "Success rate" and "Time Spent In Queue", how do I do this? Its documented here who to do it, but this only seems to allow you to remove ...
0
votes
1answer
147 views
What is the default email server for Teamcity 7.1?
Without any changes, email notifications stopped being sent from our continuous integration server which is a Teamcity 7.1 server. Up to now I've just used the default teamcity email configuration, ...
0
votes
0answers
373 views
Configuring TeamCity MSBuild for ClickOnce deployment
I'm facing a problem configuring my continuous integration (CI) build using TeamCity for a ClickOnce deployment.
I have the project setup to build using Rebuild as target and a configuration of ...
0
votes
2answers
450 views
How do I pass Branch Name to an MSBuild script in TeamCity?
I've got TeamCity building a configuration across multiple Mercurial branches. As part of the build process, I want to name some output based on the branch being built from.
I've tried using ...
