Questions tagged [teamcity-8.0]

TeamCity v8.0 is a Java based build management and continuous integration system from JetBrains.

TeamCity is a Java-based build management and continuous integration server from JetBrains.

New Features in version 8.0:

  • A much faster (up to 5 times) build history cleanup, allowing to drastically reduce server maintenance time;
  • Meta-Runner allowing to reuse build steps by representing them as a native TeamCity runner;
  • Improved build problems reporting: detection of new problems, ability to assign an investigation or mute a build problem;
  • The native IntelliJ IDEA compiler is now bundled with TeamCity 8, which means that for IntelliJ IDEA projects you get much faster incremental compilation and support for Scala, Groovy, Clojure, Kotlin, Android, GWT and many other technologies supported by IntelliJ IDEA;
  • Branches building based on Mercurial bookmarks and Git tags;
  • Detect and show changes made in Mercurial sub-repositories;

The product home page: http://www.jetbrains.com/teamcity/

236 questions
0
votes
0 answers

Running a console app from TeamCity fails

I'm trying to call a console app (written in c#) from a TeamCity build step. The app pulls scripts from a TFS folder and executes them on a database. TeamCity is throwing the following error when trying to execute the app: Starting: …
user2097151
  • 131
  • 1
  • 6
0
votes
1 answer

How to list all changes in settings to TeamCity server?

During a course of a number of days I'm running test each third hour. All has been passing with flying green colors. Then, suddenly, a failure occurred. I've checked the checkins and there's nothing new checked in (except changes to a BAT file when…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

Test coverage working on the test project but zero on DLL being tested

I've built a test class as follows. [TestFixture] public class UnitTests { [TestCase(3, 5, 8)] [TestCase(3, null, 3)] public void UnitTestMethod1(int? a, int? b, int expected) { int actual = Utilities.SomeSum(a, b); …
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

Running test coverage separately from test execution

We're configuring build steps in TeamCity. Since we have huge problems with test coverage reports (they were there and then inexplainably vanished), we're trying to find a work-trough (asking and bouting a question directly related to our issue…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

How to make TeamCity see the file referenced?

Locally run, everything works just fine. When I execute a test from TeamCity I get the following error. System.IO.FileNotFoundException: Could not load file or assembly 'XXX.Lib, Version=2.0.5288.17943, Culture=neutral, PublicKeyToken=null' or…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

TeamCity compile fails while local compile works

I'm not exactly a master of TeamCity (yet!) so please accept my apologies if this question is poorly formulated. In my local IDE I can rebuild the solution. In TeamCity, I can do that too. Then, I add a new project, which has a reference to an…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

Let Teamcity serve multiple versions of the same nuget package

I try to have the Teamcity Nuget server provide version 1.0.0.1 and 1.0.0.2 of a package. I built the same build configuration with different version numbers in NuGet Pack -> Version but only the version of the latest build is listed when I check…
Mathias F
  • 15,906
  • 22
  • 89
  • 159
0
votes
2 answers

TeamCity + Artifactory OSS 'Requires Artifactory Pro.' bug workaround

I recently came across a bug in the Artifactory TeamCity plugin, note that this only occurs in the the open source version of Artifactory. After configuring the Artifactory plugin and creating a build step with Artifactory enabled, the following…
ShaneC
  • 2,237
  • 2
  • 32
  • 53
0
votes
1 answer

Teamcity snapshot dependency based on trigger

So i have several parts to this project - one of which is an opencv build which can take some time. I've made another build dependent on this as a snapshot build with the setting "Do not run new build if there is a suitable one". The opencv build…
Sam
  • 3,453
  • 1
  • 33
  • 57
0
votes
1 answer

TeamCity 8.1 How to tell build configurations to use separate copies of VCS Root

In TeamCity 7, there was an option in the VCS root setting that allowed you to specify that each build configuration should create it's own working directory with it's own copy of the files from the VCS root, even if multiple configurations are…
Michael
  • 1,535
  • 2
  • 17
  • 32
0
votes
2 answers

Teamcity Nuget File Conflict

Is there a way to get Teamcity to interact with the nuget session whilst performing a package restore. The issue i have is that various files are in a conflicted state and it is prompting to over write, i.e. like this: [update] File…
nakchak
  • 498
  • 1
  • 3
  • 13
0
votes
1 answer

Changing Admin Password on TeamCity

When I setup my TeamCity instance, I created the admin user as "buildServerAdmin". I also create some individual user accounts with admin rights. I was then not involved with the build server for several months. Now I can no longer log in using…
Phil Sandler
  • 27,544
  • 21
  • 86
  • 147
0
votes
1 answer

TC 8.0.3 Finish Build Trigger and SVN Revision Numbers

We have a five step build process: 1. Build & Unit-Test 2. Container-Test 3. Package for deployment 4. Deploy to functional test environment 5. Deploy to integration test environment Steps 2 & 3 are triggered by a finish build trigger on step 1.…
Software Engineer
  • 15,457
  • 7
  • 74
  • 102
0
votes
2 answers

Is there any way to set a restore location with the TeamCity NuGet Installer build step?

By default, the NuGet Installer build step seems to restore packages in a "packages" folder next to wherever the specified solution file resides. However, in our case, we have a few projects that are shared across multiple solutions and would like…
carmbrester
  • 910
  • 1
  • 8
  • 21
0
votes
1 answer

How can I cancel/stop my build through request URL

I want to cancel then start my build through url: This how I starting my build: http://:@/httpAuth/action.html?add2Queue= but when I'm trying to cancel/stop it: http://:
Andrian Durlestean
  • 1,730
  • 1
  • 19
  • 30
1 2 3
15
16