teamcity-7.1 Questions
5
I've got a CI build pulling feature branches from Github and building/packaging them into a local folder, using a folder naming convention based on the project, branch and build number.
For named ...
Subdebutante asked 30/8, 2012 at 11:11
1
I'm having an issue with TeamCity that is proving very difficult to solve for a number of reasons. I've looked around and not found any useful answers so far.
We have a teamcity server running on ...
Softhearted asked 1/4, 2016 at 12:3
4
I am trying to use NTLM authentication for my REST calls to TeamCity using RestSharp.
IRestClient _client=new RestClient(_url);
_client.Authenticator = new NtlmAuthenticator
(System.Net.Credenti...
Labors asked 21/11, 2013 at 11:44
2
Solved
I have a GIT repo for my project with 2 folders - Client and Server, containing corresponding code in each folder. I would like to have two teamcity build procedures, one each for client and server...
Noami asked 7/10, 2013 at 16:25
7
Solved
I'm trying to integrate the sonar analysis into by TeamCity build process. I have a NUnit build step which runs my unit tests and then runs dotCover for the coverage.
My next step is the sonar-run...
Saloma asked 1/11, 2012 at 4:2
3
Solved
I don't want Build Config A and Build Config B to run at the same time. This is because they share the same resource which cannot be accessed simultaneously. However each build config is run by a s...
Sonar asked 22/1, 2013 at 21:16
34
Solved
I am trying to run my tests on TeamCity which is currently installed on my machine.
System.InvalidOperationException:
The Entity Framework provider type
'System.Data.Entity.SqlServer.SqlPro...
Dorsum asked 25/12, 2012 at 18:51
2
Solved
I have a single agent and many builds. There are frequently several builds in the queue that take an hour a piece to execute. I want to trigger daily at a specific time a build which takes less tha...
Betimes asked 5/8, 2015 at 15:52
2
I have one TeamCity project Dac.Test that contains 3 configurations: DEV, QA, PROD.
Also I have some users associated with their Roles. Is this possible to hide / show certains configurations f...
Cantone asked 24/4, 2013 at 13:58
3
Solved
I've just found out that TeamCity runs on the 32-bit JVM on Windows, for some reason.
I'm seeing memory errors logged when checking out a large (not that large) Git repo and am already at the max ...
Escobedo asked 8/11, 2013 at 17:51
2
Solved
I am trying to trigger a single teamcity build for a single merge in VCS. The way my CI is laid out is I one branch staging which we merge all of our changes into. Then when we want to deploy to pr...
Sanitation asked 4/12, 2013 at 16:36
2
Solved
We use TeamCity and GitHub Enterprise. We use an open-source-esque workflow with git: there's a mainline repository for each component, and when people want to make changes, they
fork mainline to...
Pleat asked 19/9, 2012 at 12:32
1
Solved
I want to use PowerShell with Psake and TeamCity to configure my CI. I used to standard Msbuild runner but now I wrote my own script for building solution but I have problem when msbuild failed.
...
Bishop asked 10/5, 2013 at 8:32
1
Solved
I am trying to create a Build Configuration in TeamCity.
I do have a Agent setup properly and I do have many projects properly working on TeamCity before. This is just a new configuration I am tr...
Carliecarlile asked 31/12, 2013 at 8:13
3
Solved
So, my google-fu is weak...
I could not find another instance of my errors.
I've been having problems with my teamcity nuget repository since a day.
NuGet downloads from the repo fail with unexpec...
Ahders asked 17/7, 2013 at 10:30
1
Solved
Here is the url to a custom report tab of a specific build:
http://teamcity/viewLog.html?buildId=1738&buildTypeId=bt16&tab=report_TODO_items
What I cannot figure out is how to change that...
Milliken asked 17/9, 2013 at 17:34
1
Im using TeamCity 7.1, i have configured my build configuration and added a VCS build trigger for trigger the build when check-in completed.(VCS Trigger configuration is default, i havent changed i...
Yclept asked 31/5, 2013 at 7:45
1
I'm trying to more accurately reflect code coverage in a project I am working on but have run into a problem when it comes to Entity Framework generated classes. I'd like to exclude the constructor...
Psalms asked 25/10, 2013 at 20:57
1
Solved
I'm trying to run my karma (version v0.10.2) unit tests on teamcity (version 7.1).
When I run karma start --reporters teamcity --single-run I get the following error:
Can not load "teamcity", it ...
Inspan asked 22/10, 2013 at 9:47
1
Solved
I have a workspace with few projects that must be built as static libraries and I have schemes with tests for them. I want to configure TeamCity to build and test each of those libraries, but it do...
China asked 14/6, 2013 at 14:18
1
Solved
I am trying to run MSBuild with TeamCity.
I have a batch file and I pass into it parameters and the build works. When I try to run through TeamCity I get the error below
[13:24:46][MSBuild outpu...
Virago asked 7/6, 2013 at 8:4
1
Solved
I am having trouble with my build for TeamCity. When I build the project locally, it compiles correctly, however, when TeamCity runs, the build fails with error Build failure condition: Process exi...
Vowelize asked 6/6, 2013 at 16:13
3
Solved
I receive the following error in NuGet Install build step when setting sources to TeamCity's NuGet server:
Step 1/4: NuGet install (NuGet Installer) (3s)
[15:11:19][Step 1/4] scan: Searching for ...
Practise asked 31/12, 2012 at 14:23
1
© 2022 - 2024 — McMap. All rights reserved.