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
0 answers

Teamcity, how to define which VCS had triggered the build

In my Teamcity build configuration I have three VCS configured: If any of those would have a check-in - the trigger would fire and my build would be running. What I need to know - which from those repositories had fired the trigger. What I can know…
Pavel Polyakov
  • 866
  • 1
  • 8
  • 13
1
vote
1 answer

How to get statistic data from teamcity?

I'd like to get some statistics data from TeamCity. I don't know if It's better to do this using TeamCity REST API or by queering TeamCity Database to get the data I need. Can someone advice me which one is better ? FYI: I tried to use TeamCity…
Mohamed BOUZIDI
  • 125
  • 1
  • 7
1
vote
1 answer

Teamcity Nuget Pack ignore unittests

I'm trying out Teamcity and am having a problem with the Nuget Pack runner type. I've got my build working and it publishes the Nuget Package to the built in Nuget server. I'm able to use the package and everything is ok on that front. However,…
1
vote
2 answers

Using VS 2015 Build with Team City 9 gives error

I am trying to create a build definition to build solution using VS 2015 build definition in Team City. However when my build configuration runs it gives me the following…
1
vote
1 answer

display order or sorting of typed parameters prompted for review at run of custom build

Problem: Our build configuration to deploy requires a small number of typed parameters to allow for exclusion/inclusion of some service deploys. The parameters are set to prompt for review and the build is triggered manually from teamcity's button…
clarkitect
  • 1,720
  • 14
  • 23
1
vote
1 answer

TeamCity - Setting up additional agent on same Win VM

How do I install another agent on the same Windows VM? I ran the MSI and installed it into another folder but it just unregistered the old one and the latest one took over.
Luke Puplett
  • 42,091
  • 47
  • 181
  • 266
1
vote
0 answers

TeamCity Import Project from one server to another with similar versions but not exactly the same

I know that we can import projects from one TeamCity server to another only when the version number is the same. But I want to import projects from a server with version 9.0 to server with version 9.1.4. So is it possible that the projects can get…
Syed Waqas
  • 2,576
  • 4
  • 29
  • 36
1
vote
2 answers

Snapshot Dependency configuration Teamcity

Seen multiple posts such as TeamCity show changes from snapshot dependencies, TeamCity show changes from snapshot dependencies,…
Bernard
  • 995
  • 2
  • 9
  • 20
1
vote
1 answer

Teamcity Build With Git Submodule

I am running a Teamcity(version 9.0.5 Build 32523) build which checks out the git project and compiles the project. Initially there was a problem in checking out submodule project as "Authorization Failed" message occured. The issue was resolved by…
Sri
  • 163
  • 3
  • 12
1
vote
1 answer

TeamCity build configuration select based on package.json change

I'm using TeamCity for building my node project. My build configuration is triggered by a git commit, has several steps, and one of them is npm install. What I want is for TeamCity to recognize if latest commit didn't make any changes to…
zorza
  • 2,814
  • 3
  • 27
  • 41
1
vote
2 answers

See parameters that are overridden from TeamCity template

Is there a way to see TeamCity configurations that override parameter defined in template?
Martin
  • 708
  • 2
  • 10
  • 20
1
vote
1 answer

How do I include a file dynamically into a TeamCity build

I am fairly new to TeamCity and have recently been tasked with creating various builds, which I have done with no real issues. What I am trying to do now though is include an external text file into the build output. The external text file will be…
Sean Duffy
  • 11
  • 4
1
vote
1 answer

powershell script behaves differently in TeamCity

Short summary - even though Teamcity agent is setup to run under my credential and looks like it is it's still behaving as though using a less privileged account. The build Agent service is set to run using my credential and I can see it in the…
TygerKrash
  • 1,362
  • 2
  • 20
  • 38
1
vote
0 answers

How to choose branches from snapshot dependencies in custom builds

The TC docs basically imply that you can choose a branch in the Custom Build Dialog from branches that appear in your snapshot-dependencies, but I cannot get this to work. In fact the list of branches I see neither appears to be from my build…
Jack Ukleja
  • 13,061
  • 11
  • 72
  • 113
1
vote
1 answer

TeamCity Agent Push Failure when Checking Platform

When attempting to install an agent using the Agent Push feature I get the following error: [12:05:15]: AgentPush v32407 - Install Agent on remote host [12:05:15]: Looking for Target Host... [12:05:15]: Validating TeamCity Server Root URL…
Castrohenge
  • 8,525
  • 5
  • 39
  • 66