Questions tagged [teamcity-9.0]

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 historicall related to Hudson) and Cruise Control.

Useful Links

320 questions
1
vote
1 answer

How to send TestNG report within the email notification from Teamcity?

I am in the process of migrating my projects to Teamcity from another CI server. Sending out email notification with the TestNG reports as email body was really easy in the earlier one as I just has to use a plugin and provide a path to the report…
ygsh
  • 33
  • 5
1
vote
1 answer

How To Assign A Different Machine/Server As Build Agent In TeamCity?

I'm just wondering on how to assign a different machine/server as a build agent in TeamCity. Any help will be greatly appreciated :)
1
vote
2 answers

MsBuild not working with NUnit in Teamcity

I am beginner for TeamCity. And I have successfully setup TeamCity to build a Hello World ASP.NET MVC project. But once I added a NUnit test project in the solution, TeamCity always complains: NUnit relevant references are missing(which I absolutely…
codigube
  • 1,186
  • 1
  • 12
  • 31
1
vote
3 answers

How to get builds by specifying multiple tags by TeamCity REST API?

I have some builds. Each build has two tags. Tags show module name and version. So tags loogs like one-module and 1.2.3 or two-module and 4.5.6. I can do…
Sharikov Vladislav
  • 7,049
  • 9
  • 50
  • 87
1
vote
2 answers

TeamCity Agents 64-bit fail to start

I am trying to get the 64-bit version of a TeamCity (9.1.1) agent running. I can install the service, but as soon as I start it, I get the following in the wrapper.log: ERROR | wrapper | .... | Stdout pipe creation failed ERROR | wrapper | ....…
NubieJ
  • 575
  • 2
  • 9
  • 21
1
vote
2 answers

Runner type : SSH exec not found in teamcity

I am new to Teamcity. I am trying to do some Build configurations on it. As of now I did some configurations but when I am trying to add a new build with Runner type: SSH exec, I am not getting this build step in the drop down. You can see in below…
revzzz
  • 103
  • 10
1
vote
1 answer

How to set a configuration parameter using service messages in the project file

Description TeamCity side: I defined a Configuration Parameter named major.minor.patch with an empty value. This can be accessed in TeamCity build steps as %major.minor.patch% Visual Studio side: In my .csproj file I added the code below to set…
A-Sharabiani
  • 17,750
  • 17
  • 113
  • 128
1
vote
1 answer

Run Package Manager commands in TeamCity build step

Description I need to sign the nuget packages (MathNet.Numerics) before I build my project, to do this, I'm using Nivot.StrongNaming package, and I run the commands below in the Package Manager Console: Install-Package Nivot.StrongNaming $root =…
A-Sharabiani
  • 17,750
  • 17
  • 113
  • 128
1
vote
1 answer

TeamCity Visual Studio plugin diff on double-click

I am using the TeamCity plugin for Visual Studio 2015, and the Local Changes window is great for submitting private builds, easily assigning a check-in to a TFS task etc. However, as my company is currently using TFS source control, the unified diff…
gezzahead
  • 1,196
  • 1
  • 11
  • 20
1
vote
1 answer

XL-Deploy Error: Error: this script should be run with the -expose-proxies flag. Exception in thread "main" javax.script.ScriptException:

[root@piyushjoshi bin]# sh cli.sh Username: admin Password: Welcome to the XL Deploy Jython CLI! Type 'help' to learn about the objects you can use to interact with XL Deploy. XL Deploy Objects available on the CLI: deployit: The main gateway to…
1
vote
1 answer

View hidden directories in "Browse Data Directory" Diagnostic TeamCity feature

TeamCity has a diagnostic feature called "Browse Data Directory". It's pretty useful since my TC setup prohibits me from logging directly to the server. Unfortunately I have noticed that directories beginning with "." are not displayed in the tree.…
paszczi
  • 306
  • 3
  • 13
1
vote
1 answer

TeamCity REST API Error: Error has occurred during request processing (Not Acceptable)

I tried to receive in .NET information about TeamCity build. All works fine, except one: I tried to get build name, using request to REST API. Here is my request: https://myteamcity/httpAuth/app/rest/buildTypes/id:/name And here is my…
ArgorAvest
  • 151
  • 1
  • 1
  • 11
1
vote
0 answers

TeamCity - Change branch name

I have a build configuration that builds following tags "develop", "master" and "hotfix" from my branches. The problem is my branches are not called hotfix in git. They are called for example "hotfix/v1.1.5". To change that I use the "Shorten Branch…
Shamshiel
  • 2,051
  • 3
  • 31
  • 50
1
vote
1 answer

How to enable the "Test passed: X" feature for Karma tests in TeamCity?

In the official page I can see this: http://www.jetbrains.com/teamcity/img/screenshots/1-continuous-integration.png. Look at "IntegrationBuild". The build titles are not "Success" as usual, but "Test passed: XXXX". Also, look at this:…
1
vote
1 answer

How do I set up a TeamCity VCS label (SVN) when using a checkout rule?

How do I label my SVN project with TeamCity VCS labeling if I am using a checkout rule? I read the checkout rule docs, but I'm having a hard time understanding the relationship between VCS labeling and checkout rules in TeamCity. My SVN structure…
RMorrisey
  • 7,637
  • 9
  • 53
  • 71