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

Getting com.jcraft.jsch.JSchException: Auth fail While building via TeamCity

I am trying to SSH the remote server through Teamcity 9. Its gives following error while doing SSH. Runner type is SSH exec.I have also added the public key of Teamcity 9(Linux Based box) in the authorized_keys of the remote server. Please help me…
1
vote
0 answers

Bitbucket webhook returning 401 from TeamCity

I'm trying to setup a webhook on bitbucket that forces a build and subsequently runs unit tests every time a PR is submitted. The request is made on the bitbucket side just fine (I can check the "View Requests" section and the calls are being made).…
NealR
  • 10,189
  • 61
  • 159
  • 299
1
vote
1 answer

TeamCity Database migration

We have a TeamCity installation as well as an external MSSQL database on a Microsoft SQL server. We've had to migrate the database to a new instance and now have to configure TeamCity to point to the new database. I've looked through this guide…
user1531921
  • 1,372
  • 4
  • 18
  • 36
1
vote
1 answer

Teamcity builds filling up disk space with clean up enabled

I have a teamcity installation running on a windows server I have a build process, that is building a .net application. As part of the build process it is running a gulp task, and is installing various node modules to build all the sass and js…
Darren Guy
  • 1,123
  • 2
  • 13
  • 39
1
vote
1 answer

NuGet Pack in TeamCity Missing Dependent Assemblies

In TeamCity, I'm trying to create a NuGet package. It works, however only the main EXE is included in the package. When it gets deployed to a server, the dependent assemblies are missing, and so is the config file. I don't see an option to included…
Bob Horn
  • 33,387
  • 34
  • 113
  • 219
1
vote
2 answers

How to exclude the VCS root in the template in particular sub projects?

I have a VCS root added to the template and the template is in the main project. My project hierarchy looks something like this: MAIN-PROJ --> SUB-PROJ1 --> SUB-SUB-PROJ1.......PROJN --> SUB-PROJ2 --> SUB2-SUB_PROJ1.......PROJN MAIN-PROJ…
ANIL
  • 2,542
  • 4
  • 25
  • 44
1
vote
0 answers

Not able to run the build due to Incompatible Agents

I am a Teamcity developer. We currently have many builds running on the Instance. But when i add new build which is a "SSH Exec" build step and want to run some commands on one of the instance. But i am not able to run the build because Agents are…
revzzz
  • 103
  • 10
1
vote
1 answer

Trigger TeamCity build on a specific BitBucket repo branch

I'm trying to trigger a TeamCity build using the REST API on a specific branch in a repository. However, it is always fetching the code from the master branch (which is the default one). Not sure where I am doing it wrong. Is there anything else I…
Sri
  • 573
  • 2
  • 6
  • 20
1
vote
1 answer

"Reset" buildNumber after deleting old builds in TeamCity

Acording to this question I found out how to delete builds in Teamcity This works fine. So an example: I have 20 builds and I delete build 12 till 20. So my last buildnumber is 11. But when I execute a new build it's buildnumber 21. Is it possible…
lvthillo
  • 28,263
  • 13
  • 94
  • 127
1
vote
1 answer

Builds are not running after the teamcity instance changed

Hi I am Teamcity Developer. Now i Have a task to move Teamcity instance to another server. So far i moved the instance to another one but i am having a problem with running the builds. You can see below the builds are in incompatible agents.…
revzzz
  • 103
  • 10
1
vote
1 answer

Teamcity prompts for credentials when using nuget 3.4.4

We recently updated the Nuget.exe version on our teamcity server to nuget 3.4.4. We use an authenticated feed, and now suddenly our builds are failing. We use the "Nuget Feed Credentials" feature in Teamcity, and with nuget 2.8.0 this works…
Trondh
  • 3,221
  • 1
  • 25
  • 34
1
vote
1 answer

Unable to upgrade from 9.x to 10.x

I am a teamcity developer and our organisation currently uses Team-city 9.0.3 Free version. Now we maxed out Builds. So we are planning to take an enterprise edition. But before that we need to upgrade the teamcity to latest version 10.x. while i…
revzzz
  • 103
  • 10
1
vote
1 answer

Secure Deployment pattern using Octopus deploy

How would one go about creating a secure means of deploying a package by way of Octopus Deploy? Implementing a duplicate team, former for developers to deploy to development environment, the latter, to deploy to staging/production environment, with…
tombags
  • 61
  • 1
  • 5
1
vote
1 answer

TeamCity CI deployment is not working properly for Umbraco websites

I am using teamcity for CI. TeamCity works perfectly for .NET projects and It's component. When I try to deploy my Umbraco code from Dev environment to UAT - Changes which are done from Umbraco Admin panel are not getting reflected or deployed. Here…
1
vote
2 answers

TeamCity API setting configuration parameters

I have configuration parametr current_build_date (User Defined Parameter) I want just to set this parameter to current date by API TeamCity. On docs I have seen…
Sergey Luchko
  • 2,996
  • 3
  • 31
  • 51