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
3
votes
1 answer

Is there any way i can read TeamCity user defined parameter values using PowerShell script

Is there any way i can read TeamCity user defined parameter values using PowerShell script. Following is what I'm trying to do. I have already created following parameters in the TeamCity build configuration Variable Name Variable…
mahesh
  • 468
  • 2
  • 8
  • 25
3
votes
2 answers

Teamcity. Command line build step. setParameter always show "Incorrect property name" error

I'm trying to fill some parameters using Command Line build step. Here is the code: #!/bin/bash -x VERSIONCODE=123 VERSIONNAME=1.2.0 echo "##teamcity[setParameter name='env.VERSION_NAME' value='$VERSIONNAME']" echo "##teamcity[setParameter…
ttmask
  • 81
  • 1
  • 6
3
votes
2 answers

Test coverage in teamcity with Django

I have got teamcity working and it builds and runs a custom testrunner (http://pypi.python.org/pypi/teamcity-messages) I loosly foolowed this post: TeamCity for Python/Django continuous integration My run_suite method looks like this: from teamcity…
Joelbitar
  • 3,520
  • 4
  • 28
  • 29
3
votes
1 answer

Why does the TeamCity command line runner execute under "System"?

I've got a bit of an auth problem with with TeamCity when running a command line build. It's related to an existing question about executing an svn checkout command but I want to ask it explicitly here: Why is it that when the TeamCity build agent…
Troy Hunt
  • 20,345
  • 13
  • 96
  • 151
3
votes
3 answers

svn checkout challenges for a password when running unattended in TeamCity

I'm currently in the process of configuring StatSVN to run in TeamCity and am running into a bit of a problem I need some ideas on. Firstly, StatSVN needs to run against a working directory that has been checked out from SVN, it can't run against…
Troy Hunt
  • 20,345
  • 13
  • 96
  • 151
3
votes
1 answer

Uninstall Build Agent from Teamcity (Windows)

I have been researching but can't seem to find anything on uninstalling a build agent from Teamcity. I have read that if I can stop the service there should be a 'Remove' button that appears under that agencies summary section. I have tried…
Hemi81
  • 578
  • 2
  • 15
  • 34
3
votes
1 answer

Teamcity not loading environment variables - Fortify automation

I have Teamcity currently setup to run a batch file, this batch file executes a fortify scan. It seems the environment variable 'PATH' had loaded correctly on one attempt and started to perform the scan. On the next build attempt the batch file…
Hemi81
  • 578
  • 2
  • 15
  • 34
3
votes
1 answer

Run build in teamcity for a specific branch

I've come from a Bamboo build server, and I'm trying out TeamCity for my project. The one thing I like about Bamboo is that branches are treated like first class citizens, where as in TeamCity they kind of feel like an afterthought. What I'm trying…
Juzzbott
  • 1,737
  • 2
  • 25
  • 44
3
votes
2 answers

Light-weight Continuous Integration Server for .NET

I want to set up a CI server for a personal project I'm doing with some colleagues as a learning exercise. I've a virtual server we can use for the CI server but its rather low on resources (CPU/RAM and HDD). Which .NET CI solution has the smallest…
big_tommy_7bb
  • 1,257
  • 2
  • 21
  • 37
3
votes
0 answers

How to download Chrome on TeamCity CI server?

Is there any way we can download the chrome browser for TeamCity? I have tried to download Chrome in my CI server using selenium-standalone plugin but that didn't seem to work for me. When I tried to install it, I SEEM to be successful installing…
user1871869
  • 3,317
  • 13
  • 56
  • 106
3
votes
0 answers

TeamCity VSC checkout agent fails

I started using TeamCity recently and I have a problem with checkout. I get this warning: Updating sources: Will use server side checkout: No supported VCS client found on the agent for vcs root 'mygiturl'. Details: Unable to run git Git is…
pantonis
  • 5,601
  • 12
  • 58
  • 115
3
votes
1 answer

Running IntelliJ inspections via Maven/TeamCity

I have a Maven project, and I'm trying to configure TeamCity to run IntelliJ's inspections on it. TeamCity's documentation refers me to IntelliJ's documentation, but I didn't find anything useful there. Can you refer me to how do you configure it?
ripper234
  • 222,824
  • 274
  • 634
  • 905
3
votes
0 answers

How to get the status icon of an entire project in Team City 10

As the title says, I'm trying to get the status icon of an entire project (not just a build or a build configuration) in TC10. For example, say I have the following project with build config structure: PROJECT - BUILD CONFIG 1 + BRANCH A…
Philippe A
  • 1,252
  • 9
  • 22
3
votes
1 answer

How does SonarQube knows which sensors to run for build?

I have following situation - in Teamcity I set up two builds for sonar First - by use of maven sonar:sonar Second - with special teamcity step "SonarQube" In the second case I see in sonar logs that it run Jacoco sensors, but in the first case,…
nahab
  • 1,308
  • 17
  • 38
3
votes
0 answers

Fail project/build when non-default branch fails

We use TeamCity and we would like to be visually alerted that we broke a build in a sub/feature-branch. TeamCity for some odd reason does not support failing (coloring it red) the project or build when a non default branch fails. There is a feature…
Niels van Reijmersdal
  • 2,038
  • 1
  • 20
  • 36