Skip to main content

Questions tagged [teamcity]

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
-1 votes
0 answers
19 views

How to migrate Jenkins Jobs to teamicity projects through automated way or tools or scripts

I have more than 100 Jenkins jobs and I want to migrate all of the Jenkins jobs where each job is having Jenkins file with groovy script and I want to migrate to teamcity. How to do it via automated ...
PRAVEEN PDBR's user avatar
0 votes
1 answer
27 views

TeamCity snapshot dependency trigger builds

In TeamCity, I have two build configurations: Build A and Build B. Build B has a snapshot dependency on Build A and is set to trigger via a finish build trigger when Build A completes. When I trigger ...
Alon Gritsovsky's user avatar
1 vote
0 answers
26 views

TeamCity Kotlin DSL Builds Not Triggering Automatically, Pending Changes are detected

I'm using TeamCity with Kotlin DSL (.kts files) to define my CI/CD pipelines. I've configured build configurations with VCS triggers, but they are not starting automatically when changes are pushed to ...
the_man_in_black's user avatar
0 votes
1 answer
51 views

TeamCity agent: error 1067: the process terminated unexpectedly

After installing the TeamCity Agent onto a clean Windows Server 2022 install, it wouldn't start Windows could not start the TeamCity Build Agent service on Local Computer. Error 1067: The process ...
fiat's user avatar
  • 15.9k
1 vote
0 answers
49 views

Running unit tests with Spark 3.3.0 on Java 17 fails with IllegalAccessError: cannot access class sun.nio.ch.DirectBuffer on Team city build

My build step sonar failing with below error java.lang.IllegalAccessError 12:19:36 java.lang.IllegalAccessError: class org.apache.spark.storage.StorageUtils$ (in unnamed module @0x763d9750) ...
Sachin365's user avatar
0 votes
0 answers
9 views

Get the scheduled timestamp of a team city queued build through API

I was asked to implement a notification system in our application to notify the users when the application is planned to be updated (and active users might be impacted). Our builds are being done by ...
FoxHound's user avatar
  • 404
0 votes
2 answers
34 views

Trigger build only when PR is created from feature/* to master

I am trying to configure my teamcity pipeline such that builds are only triggered when a PR for a feature/* branch is targeting the master branch, but I am unable to make it work. In my VCS Root I've ...
user avatar
0 votes
1 answer
57 views

How do I force dotnet publish to use Release configuration on a solution with multiple modules

We have a central .NET solution that uses multiple modules which each have its own .csproj and .sln, currently they use .NET 7. I am trying to publish all of the modules and force them to all use ...
Eljimo's user avatar
  • 1
0 votes
0 answers
14 views

How to set the TeamCity build number in ant?

I am new to ant and TeamCity, but my team has been using it a little. We can't seem to figure out this issue with customizing the build number. We want the build number to be formatted: b.<year>&...
Izek H's user avatar
  • 61
0 votes
0 answers
19 views

Internal package service (and/or DNS) problems during container build on TeamCity

The situation is as follows. TeamCity has its agents in Docker containers that build the apliactions. The applications are WebAPIs written in C#/.NET (the base images used are dotnet/sdk and dotnet/...
Krzysztofz01's user avatar
1 vote
1 answer
41 views

Run TeamCity whole build chain of project A when build of project B finishes

This is my scenario of builds in teamcity: Project A: A1 <- A2 <- A3 (Snapshot dependency) Project B: B1 Every build in project A has snapshot dependency on the previous one, with this ...
Noa Krams's user avatar
0 votes
1 answer
28 views

Unable to delete file SQLite.Interop.dll, access to the path '' is denied when trying to clean multi targeting (net472 and netstandard2.0) project

We have a multi target (net472 and netstandard2.0) class library referencing latest linq2db.SQLite 5.4.1 nuget. That library is referenced in net472 WPF application and net6.0 console application. ...
bairog's user avatar
  • 3,271
2 votes
2 answers
194 views

Pytests failing on Teamcity due to Matplotlib backend

I'm trying to run some Python unit tests on a remote build server using Teamcity. They fail when attempting to execute some matplotlib code. I get the following output in the Teamcity build logs, ...
I. Dunn's user avatar
  • 43
0 votes
1 answer
25 views

Modify a parameter of a running (or finished) build in TeamCity via REST API

I am trying to modify a parameter (e.g. configuration parameter) of a running (or finished) build named 'lock' and want to insert the value: "true". My initial thought was to send a rest api ...
domagaja's user avatar
0 votes
1 answer
58 views

Unable to Authenticate Azure Artifacts npm Registry in TeamCity

Description: I'm encountering an authentication issue when trying to connect my Azure Artifacts npm registry to TeamCity. I've followed the steps below to establish the connection, but I'm receiving a ...
Mohamed Isak's user avatar

15 30 50 per page
1
2 3 4 5
406