Skip to main content
1 vote
1 answer
230 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
34 views

I've got a build pipeline in TeamCity and a private nuget feed hosted in aws codeartifact. The first step in the pipeline calls aws codeartifact login with the appropriate parameters. It works when I ...
Iceape's user avatar
  • 221
1 vote
0 answers
69 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
0 votes
0 answers
32 views

I have a teamcity build task that contains several vcs roots. When I branch the project (replace the svn address of one of the vcs), the workspace svn path on the agent does not switch automatically. ...
ShaoYi Deng's user avatar
1 vote
0 answers
60 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
1 vote
0 answers
32 views

I'm currently working on setting up a CI/CD pipeline using TeamCity. In my project, I have a main repository that includes 127 submodules, each pointing to a separate Git repository. I've already: ...
Maria's user avatar
  • 11
0 votes
0 answers
40 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
26 views

If I have 2 TeamCity build configurations (A and B), B with a snapshot dependency on A and the option to use the same build agent selected. If I have as a last step in A that reboots the build agent, ...
lee23's user avatar
  • 439
0 votes
0 answers
33 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,019
0 votes
0 answers
53 views

I'm using a TeamCity environment variable which is a secret and it contains two % signs. Like this: thisis%thesecret%example The parameter needs to be used as plain text as it is. Currently it works ...
eliasmartinez93's user avatar
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
0 votes
1 answer
41 views

I had a teamcity error because I use VCS that clones with SSH and I use the pull request feature. This is known not supported feature that raised to me error: Failure to obtain pull request provider; ...
arye's user avatar
  • 511
-1 votes
1 answer
47 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
0 answers
73 views

We are using Teamcity Kotlin DSL to create our buildings in TeamCity and writing some unit tests for the build types. In the build.gradle.kts , we have added the dependencies as followed: dependencies ...
fzhurd's user avatar
  • 179
0 votes
1 answer
134 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

15 30 50 per page
1
2 3 4 5
405