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

How to repoint TeamCity to a different MsBuild

I am unfortunately stuck on TeamCity 9 but want to use C# 7 language features. This requires me to have the VS2017 tools available, but in TC 9 you can only select up to 2015. I have manually installed the VS2017 toolkit on the build server and it…
NZJames
  • 4,963
  • 15
  • 50
  • 100
0
votes
1 answer

Host Sinatra Web Site in Team City

Whenever I open my team city triggered runs to looks at the results, I want to provide a tab where I can see my Ruby-Sinatra web server. Ideally that should result in a Same Domain Error because team city tabs are i-frames, If I give a html page…
Nathan
  • 674
  • 8
  • 22
0
votes
2 answers

how to restart teamcity server

I am a beginner to teamcity. Our Teamcity 9 server stopped working after I installed Gradle. I doubt that it was problem with port or something like that. I removed Gradle but Teamcity didn't work. So I tried to restart Teamcity server. We have two…
Govan
  • 2,079
  • 4
  • 31
  • 53
0
votes
0 answers

Installing gradle 4.8.1 have broken TeamCity 9 installation

For few days ago I installed gradle on our buildserver which our TeamCity server is running on too. Today I noticed that TeamCity is not working anymore and I am getting this error on connection page: This site can’t be reached temamcity-server…
Govan
  • 2,079
  • 4
  • 31
  • 53
0
votes
1 answer

const os = require('os') SyntaxError: Use of const in strict mode

While building application with Teamcity 9.1.7 we are getting below error - const os = require('os'); ^^^^^ Loading "Gruntfile.js" tasks...ERROR SyntaxError: Use of const in strict mode. Any help is greatly appriciated
Krishna Kumar Chourasiya
  • 2,030
  • 3
  • 20
  • 23
0
votes
1 answer

Teamcity agent can't upload to artifactory using powershell

I'm trying to upload from teamcity to artifactory using powershell and nant. I've tried two methods using Invoke-WebRequest as well as newing up a WebClient. Webclient.UploadFile fails like this: Exception calling "UploadFile" with "3" argument(s):…
sirdank
  • 3,351
  • 3
  • 25
  • 58
0
votes
1 answer

TeamCity Test Deploy step process exited with code 0 and proceeds to next step even though it encountered an error

I have a step in TeamCity where it tests a deploy first before executing the next step(which has a "Execute:if all previous steps finished successfully" option selected). I used .deploy.cmd script and passed /T switch to execute in test mode. The…
0
votes
1 answer

Is it possible to force a teamcity vcs root to always use the same commit?

My build configuration pulls code from multiple vcs roots. As part of my build process I build an open source project from github, which unfortunately has just introduced a dependency that breaks the build on my server. Is there any way I can…
Neil P
  • 2,920
  • 5
  • 33
  • 64
0
votes
3 answers

Docker Compose DNS issues with Team City Agent

I have the following docker-compose.yml file that contains a Team City Server and Agent which I would like to run on my local Win 10 dev machine using Docker version 17.06.1-ce-win24 (13025): version: '3.1' services: tc_server: image:…
0
votes
1 answer

TeamCity compilation of many projects

I have question about correct configuration of VCS in TeamCity for projects. I have a lot of small projects in one repository on GIT. It implies a lot of projects for one template in TC. Because of that TC works very slow. For example 300 projects…
michał
  • 1
  • 2
0
votes
1 answer

Does Pivotal projectmonitor require Xcode?

My iMac(Mac OS Sierra V10.12) doesn't have Xcode. so I get below error during 'bundle install'. When I tried to install Xcode from AppStore, I realized it's of size 4 GB. SO just wanted to ensure I am not doing something wrong. current…
Kaz
  • 181
  • 2
  • 12
0
votes
1 answer

What is the point of Snapshot Dependencies without related Artifact Dependencies?

What is the point of Snapshot Dependencies without related Artifact Dependencies? I noticed that some TC Projects have Snapshot Dependencies without any Artifact dependencies. What purpose does this serve?
ConfusedDeer
  • 3,335
  • 8
  • 44
  • 72
0
votes
1 answer

Using VCS root with dependency parameters

I've got a pipeline where differing sections use VCS roots that point at the same git repositories. In making up a custom pipeline that allows the VCS root default branch to be set as a parameter (defaulting to master) I'd like downstream jobs to…
0
votes
2 answers

.Net Core build with TeamCity

Has anyone got any experience of building .net core apps with TeamCity and Octopus? I know there are various guides on implementing this but they rely on having a project.json file which has been removed by Microsoft. Has anyone come up with any…
0
votes
1 answer

Nuget server migration to TeamCity nuget server

I'm in the midst of retiring an old server we have in our environment. One of it's functions was to act as a nuget server. Is there a way to migrate the package that exist in the old nuget server and move them over to TeamCity's nuget server? …
jdgonzalez
  • 81
  • 7