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

TeamCity publishes NuGet package multiple times

I have a TeamCity project that builds a C# .NET solution and builds a NuGet package for deployment. One of the steps then publishes the NuGet package to an Octopus Deploy library repository. For some reason my TeamCity project is pushing the NuGet…
ihatemash
  • 1,474
  • 3
  • 21
  • 42
0
votes
1 answer

Automated deployment using MSBuild to remote Windows Server

I am using Teamcity as my continuous integration server. I have a Visual Studio project which needs to be deployed to IIS as a new application in default website in a remote Windows server. How can I achieve this , either from command line or from…
user4373126
0
votes
1 answer

TeamCity does not see changes in Git branch

I have two git branches set up, dev and test. The dev branch is frequently committed to, then periodically merged into test. I have a teamcity project set up with the VCS root pointed to dev as the default branch, and test included in the branch…
BlackICE
  • 8,816
  • 3
  • 53
  • 91
0
votes
1 answer

TeamCity 9.x Setting up an External Database with unnamed(NULL) MSSQL instance

I'm evaluating TeamCity 9.0.4 and using HSQLDB. Now trying to setup MS SQL Server 2014 as External Database.I don't have a named instance(NULL). So I tried the following connection…
MKEF
  • 163
  • 2
  • 12
0
votes
1 answer

Deploy Nuget package to multiple sites usingOctopus Deploy

I have 10 different sites that are the exact same site files just deployed to 10 different IIS sites. The only difference between the 10 sites is a web.config variable SystemID. This ID is used to pull the clients connectionstring from a DB before…
ihatemash
  • 1,474
  • 3
  • 21
  • 42
0
votes
1 answer

How to programmatically trigger cleanup?

I'm having a very busy build server. On good day we create almost 200gb of artifacts. Cleanup policy can be run once a day which is not enough for my case. I've searched the teamcity documentation and found zero API endpoints to support trigger…
Dejan Dakić
  • 2,418
  • 2
  • 25
  • 39
0
votes
2 answers

How to copy artifacts generated by a build (php web app) to a directory on the same server?

We're using TeamCity 9 on Ubunutu system. I want to copy the the artifacts published in the build to a directory (defined in Apache config as virtual directory) so that our application would get deployed. Currently, our artifacts are being published…
Vishwajeet Vatharkar
  • 1,146
  • 4
  • 18
  • 42
0
votes
1 answer

What is the best way to install packages on TeamCity server?

I am new to TeamCity and I do not know how to install packages I have imported in my python code on the TeamCity server. For example I have imported selenium in my code and tried to install it using command line on TeamCity by pip install selenium…
Mahsa Mortazavi
  • 755
  • 3
  • 7
  • 23
0
votes
1 answer

TeamCity VCS triggers with 2 solutions in a TFS Project

I have a project in TFS that has 2 solution files in the folder. One is for the website, the other is for a web API: Project Name Project Name / Main Project Name / Main / Shared Project Folder 1 Project Name / Main / Shared Project Folder 2 Project…
Karl Gjertsen
  • 4,690
  • 8
  • 41
  • 64
0
votes
1 answer

Publish two folders using TeamCity build artifacts

I want to publish two folders using TeamCity build artifacts. I edited the artifacts path in general settings of the project as %system.teamcity.build.checkoutDir%/module1/build/output %system.teamcity.build.checkoutDir%/module2/build/output But I…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
0
votes
1 answer

Generate new session token when connecting to Vault from TeamCity Vault plugin

I am using the "Vault (experimental)" VCS plugin when setting up a new VCS Root, which I did a few weeks ago. Our Vault server is restarted every night. When I click "Test Connection" in the "Edit VCS Root" page today I get Test connection failed…
Badgerspot
  • 2,301
  • 3
  • 28
  • 42
0
votes
1 answer

Adding test cases to TeamCity

I have written some automated test cases in java (selenium IDE)for a project.The project is using ruby on rails. The project was configured in TeamCity. Now I am planning to add these test cases as a build step. How can I achieve this. Which build…
Nevin Raj Victor
  • 2,924
  • 3
  • 23
  • 37
0
votes
2 answers

Delete TeamCity Audit Log Entries?

How do I delete entries in the audit log? There is sensitive information that got entered and is able to be viewed in the compare feature. Thanks!
Ber53rker
  • 1,036
  • 3
  • 17
  • 26
0
votes
1 answer

Get parameters from multiple build to one snapshot dependent build [teamcity]

In Teamcity 9.0.1 I have several builds, which ends up on similar steps, but with different parameters. In fact, those are servicing steps, not needed by a build to conclude, that build is ok, but they are needed for service, so, currently, they are…
Anton Kuryan
  • 607
  • 6
  • 20
0
votes
1 answer

On TeamCity, Mercurial repo is checked out without execute bit set

In my Mercurial repository, I have some build scripts. However, when TeamCity checks out the repo, it doesn't set the execute bit on them, even though it's set in the repository. The build then fails, as it can't run the scripts, as you would…
1 2 3
21
22