Questions tagged [teamcity]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historically related to Hudson) and CruiseControl.

It was first released on October 2, 2006. TeamCity is commercial software and licensed under a proprietary license. A Freemium license for up to 20 build configurations and 3 free Build Agent licenses is available.


**Tagging recommendation:**
It is recommended to use the tag together with the version specific tag, f.e. , .
**Resources:**
6095 questions
4
votes
1 answer

Spoon + TeamCity

I want to test my app using Spoon + TeamCity. TeamCity is a remote server, is it possible to get access to android devices to run Spoon tests from TeamCity? Has anybody faced this problem?
ADK
  • 513
  • 3
  • 8
  • 22
4
votes
3 answers

TeamCity pull-request-triggered build with merge

I've been trying to configure our TC installation to work with the following scenario: We have multiple developers working on multiple bugs in parallel. Our source code is stored in github and we are using pull requests. I'd like Teamcity to…
Michal Rogozinski
  • 1,713
  • 1
  • 17
  • 23
4
votes
4 answers

Which CI is suitable for .Net

I want to Automate the build process of my company. We are Using.Net platform for developing softwares and currently using VisualSourceSafe as source control. So I want to know that which tools is the best CI for .net Platform. Based on my searches…
Nasser Hadjloo
  • 12,312
  • 15
  • 69
  • 100
4
votes
1 answer

TeamCity spuriously triggering when no changes

I am using TeamCity 8.05 with github and feature branches. I have a problem that team city will sometimes trigger a build on a feature branch for reasons unknown. It happens overnight or over a weekend when the server is idle. If I click on the…
Twisted
  • 2,939
  • 4
  • 32
  • 54
4
votes
1 answer

TeamCity: agent-side checkout from git fails

I have set up a build agent on Linux SUSE 11 for teamCity and installed a git client on the agent. So each git commit triggers new build in TeamCity via TeamCity Agent. Note that "Server-side checkout" mode works fine with build agent which means…
Ivan Voroshilin
  • 5,233
  • 3
  • 32
  • 61
4
votes
1 answer

TeamCity: How to get the last build metadata for each build type using the REST API

Right now to get a list of the last build for each build type I have to: Get all the build types through this endpoint: /guestAuth/app/rest/buildTypes/ Get the last build metadata for each buildType:…
Marco Bettiolo
  • 5,071
  • 6
  • 30
  • 35
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

Gradle: Access build information

I wish to access the build information from inside my java project which uses gradle to build the project. The information I need to access is the build number generated by teamcity, build vcs number etc. These are easily accessed by maven and using…
Aspirant
  • 1,934
  • 4
  • 25
  • 44
4
votes
2 answers

What unit of measurement is the duplicate complexity setting in for TeamCity's duplicates finder?

My team and I are setting up TeamCity's duplicate finder currently. We are looking at the option marked "Ignore duplicates with complexity simpler than" and cannot find any reference as to what unit of measurement it is using. The TeamCity…
Alexander Burke
  • 534
  • 7
  • 22
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
0 answers

Mercurial Integration(bitbucket) with TeamCity

I am using Bitbucket and also Mercurial. I want to integrate TeamCity with this setup. I created a public key and private key. I can use this command on my build server: hg clone ssh://hg@bitbucket.org/companyname/projectname and it works fine. But…
Rıfat Erdem Sahin
  • 1,738
  • 4
  • 29
  • 47
4
votes
2 answers

TeamCity doesn't generate apk when building an Idea Android project

What I have: An IntelliJ Idea Android project stored on a Git server; TeamCity is configured to have an "IntelliJ Idea project" as a Runner type. The project itself is stored on Git with all project-related iml's and xml's: you can just download it,…
Alex Timonin
  • 1,872
  • 18
  • 31
4
votes
1 answer

Disconnected TeamCity Build Agent after update TeamCity Server SSL certificate

We use TeamCity 7.1.5., I updated TeamCity Server site certificate (replaced server.p12 file with new one) for new time period and TeamCity Server lost connection with single Agent. Agent status is Disconnected, Authorized, Enabled. With WEB Browser…
user3451911
  • 41
  • 1
  • 2
4
votes
1 answer

FSharp project build fails in MSBuild in TeamCity

I have the following setup described here (TeamCity with MSBuild and F# 3.1 Tools installed). I have a number of projects in my solution, among which also a F# project. Everything builds fine in Visual Studio, but when I try to build it with MSBuild…
Tamas Ionut
  • 4,240
  • 5
  • 36
  • 59
4
votes
1 answer

Team City Rest API - Getting running builds

I'm trying to use the Team City rest api to get a list of the currently executing builds. It seems like it is only returning builds on the default branch and I would like to get the builds on all branches. This is the api call I'm…
jsp
  • 143
  • 9