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

Is there a way to automate TeamCity project creation?

I am using TeamCity 9.x. I have to create 400 sub-projects under a main project. Is there a way to automate these project creations? Note: every sub-project has an unique VCS URL.
ANIL
  • 2,542
  • 4
  • 25
  • 44
0
votes
2 answers

How to apply a configuration template to multiple project at once in TeamCity?

I have 100 TeamCity sub-projects and a configuration template. I want to add the configuration template to all the 100 projects. Currently I am adding the template to projects, one after another. Is there a way to add the configuration template to…
ANIL
  • 2,542
  • 4
  • 25
  • 44
0
votes
2 answers

How to isolate multiple Teamcity agents from getting picked up by a specific job

I would like my build job to not build on specific teamcity agents and there is no common pattern for the build agent names. Is there a way I can isolate multiple agents from getting picked up by a single job. For example I can make sure that the…
Jose
  • 1,333
  • 5
  • 20
  • 38
0
votes
2 answers

Perforce VCS root agent side checkout mapping on Teamcity

When I do a Perforce vcs root checkout on teamcity agent, I see that a workspace which starts with "TC_p4_" gets created but I cannot find this folder on my agent. Where is the mapping of this "TC_p4_" being done in Teamcity? I do not have any…
Jose
  • 1,333
  • 5
  • 20
  • 38
0
votes
1 answer

Teamcity upgrade from 9.16 to 10

I want to upgrade Teamcity 9.16 to 10. I want to proceed with manual back-up and then restore it . I am using external database - mysql . i want to upgrade database as well. How should i proceed with this?
Arora20
  • 983
  • 10
  • 17
0
votes
1 answer

TeamCity Artifacts

Combine Destination folder path in Teamcity artifacts e.g Source/abc/Comm/bin/Release => package.%system.Build_Number%.zip!/Link1 Source/abc/Comm/bin/Release => package.%system.Build_Number%.zip/Link2 I need to combine the destination
praks
  • 21
  • 1
  • 7
0
votes
2 answers

Easily test branch configuration settings

Can I easily test from the CLI if a certain branch would be matched by the following branch configuration in the Team City settings? I am assuming this branch config actually relies on some Git…
oligofren
  • 20,744
  • 16
  • 93
  • 180
0
votes
1 answer

is it possible to trigger pom.xml using team city tool?

is it possible to trigger pom.xml using team city tool? I have selenium maven project using java and want to use team city... is there any way to use team city tool to trigger maven pom.xml file. please help me
bugCracker
  • 3,656
  • 9
  • 37
  • 58
0
votes
1 answer

Escaping characters replacing operation at TeamCity

I have TeamCity build step in command line which is executed on Windows 7. We should escape variables in script with double percent and etc. How to escape next construction for using it in TC step? set word=\\ set Build=%Build:\=!word!% set…
pic0
  • 491
  • 1
  • 6
  • 15
0
votes
1 answer

Teamcity silently failing to deploy build artifacts to artifactory

I have many teamcity jobs that deploy various things to artifactory. I've got teamcity 9.1.3 and two artifactory servers, a 4.3.2 and a 2.6.5. My build logs have no errors, when I click 'test connection' on either of my teamcity artifactory…
sirdank
  • 3,351
  • 3
  • 25
  • 58
0
votes
1 answer

TFS branching strategy with teamcity builds and octopus deploys

We have TFS environment based branches. We have dev main release and hotfix. Our octopus life cycle mandates that the code first be deployed into dev environment then into test env then into staging and then into production. We develop in dev tfs…
Hari Subramaniam
  • 1,814
  • 5
  • 26
  • 46
0
votes
1 answer

Securely share keystore from master CI server

Is there a way to securely store a signing keystore with TeamCity on the master CI machine and use it on any build agent (that performs the actual build) so that the keystore does not need to be copied to each build agent? TIA!
source.rar
  • 8,002
  • 10
  • 50
  • 82
0
votes
1 answer

Use TeamCity to version a ASP.NET Core 1.0 Application

Ok, so I've got our TeamCity Build Server building a new shiny ASP.NET Core 1.0 web application. I can Build, Publish and Deploy all from TeamCity, great. I am struggling to see how I can use TeamCity to Version the build, and not just the version…
SimonGates
  • 5,961
  • 4
  • 40
  • 52
0
votes
1 answer

teamcity windows agent not connecting to teamcity server running in Ubuntu

I am trying to connect teamcity server running in Ubuntu, from windows but its not working. I changed firewall settings and opened up port 9090 and 8111. I got these logs from windows agent Call http://my.domain.com:8111/RPC2…
Kenshin
  • 1,030
  • 2
  • 12
  • 41
0
votes
1 answer

Teamcity change my domain from localhost to some other name

My question is very simple, I have a Teamcity server, sitting in a Mac computer. All I want to do is change my domain from https://localhost to some other name How do I do it?