teamcity Questions

2

I'm having random problems during my build process in TeamCity. I've got two configurations: First for Rebuild + Unit test. Second as artifact dependency, with SonarQube analyzer. When Teamcity is ...
Bursary asked 5/6, 2018 at 9:28

5

Solved

I use TeamCity for continious integration. Solution checkouts on deploy machine and builds. Deploy machine running under Windows Server 2008 R2 - Russian. There are russian language PowerShell inst...
Failsafe asked 9/2, 2012 at 15:2

4

I want to achieve the following: Anyone in the dev team creates a tag i.e. Demo_Build_1 to dev branch. TeamCity should be able to detect this new tag and build only this tag. I have enabled &quot...
Ropeway asked 18/5, 2017 at 11:32

16

Solved

When using TeamCity to compile my MSBuild XML task script, it fails with this: [10:43:03]: myWebProject1\ myWebProject 1 .csproj (3s) [10:43:07]: [ myWebProject1\ myWebProject1 .csproj] _CopyWebAp...
Disquietude asked 1/3, 2011 at 17:49

5

Solved

I am trying to compile a Nativescript application as part of our Teamcity deployment strategy. When I run NPM install, I get a ENOENT error trying to find files, as shown below: npm WARN tar ENO...
Rebus asked 15/12, 2019 at 11:40

20

I'm building/packing a web application in a build server, and it fails with the following message: ASPNETCOMPILER error ASPCONFIG: The CodeDom provider type "Microsoft.VisualC.CppCodeProvider, ...
Suspension asked 12/12, 2013 at 13:45

2

I was trying to create a meta-runner to generate a metadata file using powershell in TeamCity and I was wondering if there was a way to iterate over the different vcs routes? My Code: $fileName = &...
Venetic asked 16/10, 2015 at 5:20

1

In my Selenium-JAVA-Gradle based automated test project running in CI: Teamcity server, recently we updated the JAVA and Gradle version. The tests run good without any error locally but the build i...
Inshrine asked 25/10, 2023 at 9:36

3

Solved

We are using TeamCity Enterprise 8.0.5. I have a TeamCity build step which runs a PowerShell (.ps1) script, which looks like this: try { # Break something $a = 1 / 0 } catch { Exit 1 } Despite ...
Dancette asked 16/9, 2015 at 9:7

5

I've got a CI build pulling feature branches from Github and building/packaging them into a local folder, using a folder naming convention based on the project, branch and build number. For named ...
Subdebutante asked 30/8, 2012 at 11:11

10

I installed TeamCity on Windows Server 2012. It has been working fine setting up a few builds. I then attempted to install some plugins by putting .zip files in the ~/.BuildServer/plugins folder. I...
Carrell asked 17/7, 2015 at 16:3

13

Solved

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I'd like to do this on my TeamCity build server, so I need to do it with ...
Ridgley asked 22/6, 2010 at 22:2

22

Solved

We need to integrate Karma test runner into TeamCity and for that I'd like to give sys-engineers small script (powershell or whatever) that would: pick up desired version number from some config ...
Strongminded asked 13/5, 2013 at 15:12

2

Our TeamCity server is running for about 3 years now and every artifacts is saved on hard disk. the hard disk now is almost full. I looked into the clean up rules and there is: Everything older t...
Herculie asked 23/4, 2015 at 14:15

3

Solved

I trying the build a website via TeamCity. It is a three stage process. The first two restore NuGet packages and the third builds the website. Here is also the build steps for step 3. The fir...
Dorena asked 5/11, 2019 at 16:53

7

Solved

Using Team City to check out from a Git Repo. (Gitlabs if it matters) Start with Empty build directory. Get this error: fatal: could not set 'core.filemode' to 'false' (Running on a Windows mach...
Frediafredie asked 30/4, 2018 at 21:19

4

Solved

I have a command line 'custom script' build step involving robocopy. Unfortunately when robocopy is successful, it returns exit code 1 instead of the more common exit code 0. When it does this, it ...
Virendra asked 23/1, 2013 at 10:36

2

Solved

How can i check the Team City version details? and which version support for project moving (move project and build configurations from one server to another server)? Thanks,
Heidiheidie asked 18/2, 2014 at 6:24

3

Currently, I am using Maven Tool to create a zip file of a downloaded folder from Github https://github.com/Saulis/teamcity-gerrit-trigger The command that I use is mvn [folder name] However...
Surname asked 2/3, 2017 at 3:9

4

I wanted to add a teamcity build badge on my github page.My repository is a private github repository. I started of by including the code below as the link said. <a href="http://teamcity/viewTy...
Ganesha asked 17/9, 2016 at 14:59

1

I have a TeamCity Build Status Icon in github README.md which looks as follows [![Build Status](http://<internal-tc-server>:8111/app/rest/builds/buildType:(id:BuildID)/statusIcon)](http://&l...
Konrad asked 17/3, 2014 at 21:12

8

Solved

Attempting to build a C# project which has numerous references to assemblies in NuGet packages fails in TeamCity but works fine in Visual Studio. Found in the log; For SearchPath "{HintPathFromIt...
Weissman asked 16/3, 2012 at 9:15

5

Solved

I would like to ask is there any way to disable build triggers for all TeamCity projects by running a script? I have a scenario that I need to disable all the build triggers to prevent the builds ...
Pishogue asked 16/1, 2017 at 7:34

8

Build error is occurring since using Visual Studio 2015. When building in Visual Studio 2015 this is occurring rarely. When building in TeamCity this occurs very often. [Error in Visual Studio 201...
Christianize asked 6/10, 2015 at 13:45

5

Solved

We're using TeamCity 7 and wondered if it's possible to have a step run only if a previous one has failed? Our options in the build step configuration give you the choice to execute only if all ste...
Szczecin asked 30/10, 2013 at 16:54

© 2022 - 2025 — McMap. All rights reserved.