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
1
vote
1 answer

Number of configurations in a project for build and install

In our project, we currently have two different configurations. The first one builds the assemblies. The other packages (including moving stuff to the right directories etc.) everything for InstallShield. Now, we can't agree if it's better to move…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
1
vote
2 answers

Script to send email notification in Teamcity

I have a requirement to send email to particular group when Teamcity's build goes green and red. Does anyone has any idea about it ?
Angel1403
  • 145
  • 1
  • 4
  • 13
1
vote
0 answers

TeamCity Build Chain Error - FileOrFolderNotFound

I have built a 2 steps build chain in TeamCity. 1. step builds solution and creates artifacts on disk. Second step deploys to our remote IIS. Everything works fine except this error occuring on every second build: Error: Object of type 'contentPath'…
goran85
  • 503
  • 5
  • 19
1
vote
1 answer

Trigger build with custom checkbox parameter

I am triggering a Teamcity build using the documentation at Triggering a Custom Build The GET request I am submitting is http://teamcity:80/httpAuth/action.html?add2Queue=TestRestBuildTrigger&agentId=36&name=TestCheckBox&value=false However the…
Mohammad Nadeem
  • 9,134
  • 14
  • 56
  • 82
1
vote
1 answer

Load Teamcity build log from step

I need to load TeamCity build log from step(command line runner or another) to file. And I need to do it from build step. Any ideas how to do it?
IComparable
  • 71
  • 1
  • 1
  • 10
1
vote
4 answers

Conditional run of integration tests in maven

I have a module in my Java project with multiple integration tests. Two of them are UpgradeDatabase.java and CreateDatabase.java which are currently executed at each run in the pre-integration phase. I want to schedule these to run only once in a…
1
vote
1 answer

rvm_debug breaks teamcity agent

I am running teamcity build agent on a ubuntu 14.04, when I started the started the agent today I got the following error: RPC2 buildServer.registerAgent3: org.apache.xmlrpc.XmlRpcException: java.lang.RuntimeException:…
Calin
  • 6,661
  • 7
  • 49
  • 80
1
vote
0 answers

TeamCity (build runner requirement)

I'm new with TeamCity and I have a problem when I'm trying to build project with CMake. I downloaded CMake plugin and successful installed it. So now I have in Build step: CMake Build and CMake configure. For my project I choosed CMake build. In…
bin-bin
  • 532
  • 2
  • 6
  • 16
1
vote
1 answer

TeamCity doesn't send a notification if a build triggered against any branch but default

I am subscribed to different types of notifications, such as Build Starts and Build Fails events. My build configuration has a single VCS attached and a VCS trigger that kicks off a build on each commit to any branch. The problem is that when the…
Alex Maslov
  • 413
  • 4
  • 9
1
vote
2 answers

TeamCity can't find the .fakes.dll

I'm setting up a CI with TeamCity 8 (v8.1.4). I finally managed to setup TFS integration - ie checkout from TFS. I used the super easy Auto Detect Build Steps [thank you JetBrains for that] to determine the Build Steps necessary. I used the Get…
Michael Bruyninckx
  • 738
  • 1
  • 8
  • 16
1
vote
1 answer

How to Set default Nuget version on TeamCity 8

We currently utilize Team-city 8 for continuous integration. We recently made changes to how we handle projects that depend on various nuget packages. Initially, we would check all nuget dependencies into source control, but we decided to not do…
1
vote
1 answer

TeamCity LDAP Synchronization not working for VCS properties

I have configured TeamCity (8.1.4) for LDAP logins and it works as advertised including synchronization of displayname and email. But I have a problem with synchronization of VCS properties. New users are being created (when they first log in)…
CarllDev
  • 1,294
  • 2
  • 19
  • 34
1
vote
2 answers

How to get failing and errored builds by project using the TeamCity REST API?

I would like to use the TeamCity REST API to query by project for failing, errored and successful builds. Basically I want to recreate this rollup in a separate application: Is there any easy way to do this? The closest I could get was this…
Brandon Linton
  • 4,373
  • 5
  • 42
  • 63
1
vote
1 answer

TeamCity Build Steps Setup

I'm trying to figure out how to configure TeamCity build steps to accomplish the following tasks: Call a console app that merges the dev branch to the test branch (in TFS) and modifies some of the files manually in the test branch that are used for…
1
vote
0 answers

Team City 8 - Specification for external SQL Server database

We have Team City server with Team City 8.1 installed and are currently using the internal DB option but as recommended we want to move to an external DB. We have the following configuration on the server (everything is on the one virtual server…
Akearns
  • 11
  • 2