Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
220 views

One of my build steps is a custom script: bash test/test.sh The script itself sits in the source code and launches the testing: cd test && go test github.com/geniot/blaze-test/src -json I ...
Vitaly Sazanovich's user avatar
1 vote
0 answers
64 views

SOLVED: The issue was a difference in temp directories in the environment. The build was using the temp directories set in buildAgent.properties and the terminal was using the default /tmp directory. ...
Joe Vogel's user avatar
1 vote
0 answers
50 views

I'm using test-container. It's well when I execute in my local, but when it executed in docker container (teamcity agent), it doesn't work. Caused by: java.lang.ExceptionInInitializerError: Exception ...
정요직's user avatar
0 votes
0 answers
34 views

Two issues that seem like they might be related. I'm trying to apply checkout rules for a VCS and getting weird results +:Installers/Script => %teamcity.agent.work.dir%\Installers\Script is just ...
Cody Harness's user avatar
  • 1,147
0 votes
0 answers
32 views

Sorry for the neophyte question, but I'm getting my feet wet on REST APIs just now. I've been extremelly happy using the xsdata library to generate parsers for IEEE IPXACT 1685-2014 data. Now I want ...
Leonardo's user avatar
  • 2,020
0 votes
0 answers
54 views

we have tried to add a trigger and pull request feature in our building type. When a merge request in GitLab is opened, it will automatically trigger one building. We are using the Pull Request ...
fzhurd's user avatar
  • 179
-1 votes
1 answer
40 views

We're using TeamCity to build all our Unity games and I would like to set up custom failure conditions for all build configurations. Our current structure looks like this: Root/ Project1/ Build ...
Sofia Lindgren's user avatar
0 votes
1 answer
116 views

I'm using VS2022 Setup project for a .Net Framework 4.8 winforms application. Locally on my PC everything runs fine, but running the project with TeamCity 2025.03 leads to a lot of warnings. I build ...
becky's user avatar
  • 353
1 vote
0 answers
83 views

When trying to setup a build step to run within node:lts image, I get this: Unmet requirements: docker.server.osType contains linux docker.server.osType exists I got it working by adding user: root ...
Radu Filipescu's user avatar
1 vote
0 answers
77 views

I need to send a variable from Teamcity to Octopus Deploy, to use it there in a PowerShell script I have tried to send it using "Additional command line arguments" in the step "Build ...
Pablo Estévez's user avatar
0 votes
0 answers
37 views

I have set up a TeamCity build agent, which runs as 'Local System'. I have created and signed ssh key pairs. So, now I have: id_rsa id_rsa.pub id_rsa-cert.pub When I try to ssh into a device (which ...
domagaja's user avatar
0 votes
0 answers
60 views

I am using TeamCity (version 2024.07.3 - self-hosted) along with Bitbucket (version 8.19.4 - self-hosted). I would like to configure my TeamCity CI pipeline to trigger automatically whenever a pull ...
Ali's user avatar
  • 480
0 votes
0 answers
65 views

I tried to run the simplest WSL command from TeamCity build, but it failed. The command: wsl echo "Hello from WSL" I get the following error: The file cannot be accessed by the system It ...
DavidS's user avatar
  • 2,354
1 vote
0 answers
230 views

Recently we configured out Teamcity VCS root connection setting for Github repositories and utilized Github app for the authentication setting in VCS connections by selecting: Authentication method as ...
Sarang Sangram's user avatar
0 votes
1 answer
66 views

I need to retrieve the value of teamcity.build.branch and use it for versionName of ANDROID app. I'm attempting to access this parameter using the following methods: project.findProperty("...
Vyacheslav  Doroshenko's user avatar
0 votes
0 answers
63 views

I'm facing an issue after upgrading my Azure Function App from .NET 6 to .NET 8. When I check the code coverage report in TeamCity, I notice an additional entry labeled empty namespace name . This ...
Malshan Hansaka's user avatar
0 votes
1 answer
245 views

I am getting below error while deploying app service via team city build server. msdeploy error ERROR_COULD_NOT_CONNECT_TO_REMOTESVC: Web deployment task failed. (Could not connect to the remote ...
Rishi Bharadwaj's user avatar
0 votes
1 answer
18 views

In teamcity we have builds that are use for both regressions and for developing. I want that when scheduled trigger (regression) is running the build it will send mail notifications, otherwise it won'...
arye's user avatar
  • 511
0 votes
1 answer
158 views

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

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
  • 16.1k
0 votes
2 answers
474 views

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
1 vote
1 answer
62 views

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
2 votes
2 answers
260 views

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
151 views

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
2 votes
0 answers
50 views

I have teamcity 2022.10 and Bitbucket server 8.12. I want to apply build trigger which is runned when target branch of pull request is changed. Now I can only apply trigger on source branch changes ...
fokas90's user avatar
  • 21

1
2 3 4 5
122