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
4
votes
3 answers

TeamCity installed successfully, but unable to restart after shutdown

I have managed to install TeamCity successfully, with a BuildAgent running. However, after running runall stop, followed by runall start, I get the following error: error in script file line: 41 file input/output errorerror…
Extrakun
  • 19,057
  • 21
  • 82
  • 129
4
votes
0 answers

TeamCity Module 'C' should be referenced

I am trying to set up TeamCity with a single project to start with. Everything seems to work well except for when I add an “Inspections (.NET)” build step. I am getting a Module 'C' should be referenced error every time there is an @ in a .cshtml…
Antony Jones
  • 561
  • 1
  • 4
  • 15
4
votes
2 answers

How to deploy to AWS Elastic Beanstalk on successful Teamcity build

I want to deploy a java application(Liferay) to Beanstalk from Teamcity when a build succeeds. I can't find anything online, please suggest. Thankyou
Chirdeep Tomar
  • 4,281
  • 8
  • 37
  • 66
4
votes
1 answer

TeamCity FxCop Selecting MinimumRecommendedRules.ruleset has no effect

I have added a Build Step in TeamCity 8.0.6 (build 27767) to execute FxCop against a specific c# project assembly. When running FxCop from within VS 2013 with the MinimumRecommendedRules set I get no errors or warnings (I fixed them all). Now I…
Redeemed1
  • 3,953
  • 8
  • 38
  • 63
4
votes
1 answer

Trigger Snapshot Dependency to Build Specific Branch in TeamCity

Let's say I have a project Foo configured with Git VCS root having default branch feature/foo. I'd like to have a snapshot dependency on a project Bar that is unit testing every feature branch on the same repo as Foo (ie, the VCS root for Bar has…
brad_julian
  • 157
  • 1
  • 8
4
votes
0 answers

TeamCity's CSS inspector does not recognize SVG elements

I have a histogram using SVG and style it with a separate CSS file. For testing and code inspections I'm using TeamCity 8.x. TeamCity's CSS inspector reports errors on the SVG elements I am styling. For example: /* histogram */ .bar rect { …
javinor
  • 674
  • 4
  • 8
4
votes
1 answer

Create vcs root using Teamcity REST API

I am trying to create a VCS Root using Teamcity REST API. Following the REST Documentation, I am posting below XML to http://TeamcityServer/httpAuth/app/rest/vcs-roots
4
votes
1 answer

TeamCity REST API: Who broke the build?

In our office we use a custom Geckoboard to display information about our current build status from our TeamCity 8 build server. We display recent check-ins/changes, using the following REST query:…
Peter Bridger
  • 9,123
  • 14
  • 57
  • 89
4
votes
1 answer

Unable to webdeploy from TeamCity 8 error MSB4018: The "IsCleanMSDeployPackageNeeded" task failed unexpectedly

I try to create build configuration for automation project web deploying. Deploying from dev machine works well but there is an exception when running from TeamCity msbuild.exe d:\projectsnet\testproject\src\testproject.Web\testproject.Web.csproj…
marcinn
  • 1,879
  • 2
  • 22
  • 46
4
votes
1 answer

Accessing TeamCity artifacts in Build Step

I have been playing around with TeamCity to get a CI environment up and running. I started by following Troy Hunt's 'You're deploying wrong', which was very useful, however I wanted to split the packaging and deployment into 2 seperate steps, for…
dotdev
  • 543
  • 7
  • 19
4
votes
0 answers

Unit Tests Missing on Remote Build Agent

I recently setup a full build with the default build agent in TeamCity. I set it up so that when I do my coverage analysis, NUnit will dump the results to an xml file. Then I have an additional Build Feature to import that xml report. The defualt…
Matthew Rhoden
  • 688
  • 1
  • 10
  • 20
3
votes
1 answer

using team city to insert build number & perform string replacement operations

I am using team city 9.1.7 version on Windows 2012 server. As part of the build steps, I build a nodejs based application using command line. The output is bunch of Javascript and html files. In the next step (after the build is over & output is…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249
3
votes
1 answer

Attach log files to email notifications in teamcity

I am trying to call test automation scripts(ranorex) at the end of each development build in Teamcity which is working ok. I am sending email notification at the end of test automation, but I dont know how to attach the log file to email…
sophia
  • 61
  • 1
  • 2
3
votes
1 answer

teamcity says Test xxx cannot be found for MSTests

For the life of my I'm trying for weeks for Teamcity to run the MSTests I have in my a unit test project which is part of the solution I'm building but I've failed. Below I list the various combinations of settings I've tried and their outcomes.…
gideon
  • 19,329
  • 11
  • 72
  • 113
3
votes
3 answers

Team City pending changes for specific build configuration is not as per default branch

We are using TeamCity for continuous integration. We have 3 build configurations DEV, QA & PROD. We are using GIT as the VCS repository. In GIT we have two active branches (v1.0 & v1.1). V1.1 is derived from v1.0. After creating v1.1 we have made…
SharpCoder
  • 18,279
  • 43
  • 153
  • 249