Home
TeamCity Support | JetBrains
Submit a request
Community
Sign in
Anatoly Cherenkov
Follow
New articles and posts
New articles, posts, and comments
Total activity
473
Last activity
February 03, 2023 13:20
Member since
January 15, 2019 15:02
Following
0 users
Followed by
2 users
Votes
32
Subscriptions
183
Activity overview
Articles (0)
Posts (0)
Comments (258)
Anatoly Cherenkov
commented,
February 03, 2023 12:25
Hi! Go to build step settings > Add condition > Other condition...Parameter Name: your_parameter_name_hereCondition: matchesValue: ^(?!\s*$).+The value is a regex that will match anything but an em...
Community
TeamCity General Topics
Condition parameter equals empty
0 votes
Anatoly Cherenkov
commented,
February 02, 2023 16:23
It is the designed behavior. When you detach a build configuration from a template, all settings from the template are copied to the build configuration and enabled for editing. Unfortunately, ther...
Community
TeamCity General Topics
Detach a template discarding all the inherited settings
0 votes
Anatoly Cherenkov
commented,
February 02, 2023 15:41
Hi! That option only works with Bazel runner. I filed a feature request to support it for all affected runners: https://youtrack.jetbrains.com/issue/TW-79609. Please vote/watch.
Community
TeamCity General Topics
Disable "Ant JUnit report watcher" from the build logs
0 votes
Anatoly Cherenkov
commented,
February 01, 2023 19:08
Hi! We acknowledge that relying on refs like `merge-requests/57` when building pull requests is problematic. Addressing it is on our list: https://youtrack.jetbrains.com/issue/TW-66007.In the meant...
Community
TeamCity General Topics
Multiple VCS roots: how to trigger against Merge/Pull Requests on EITHER root?
0 votes
Anatoly Cherenkov
commented,
February 01, 2023 18:24
You can run the tests using the .NET runner instead of the NUnit console runner. It should yield the same result as Visual Studio Test Explorer. Would that help?
Community
TeamCity General Topics
Nunit 3.16.0 sets incorrect AppDomain.CurrentDomain.BaseDirectory
0 votes
Anatoly Cherenkov
commented,
February 01, 2023 14:05
Hi! It looks like your use case is similar to the one described here: https://teamcity-support.jetbrains.com/hc/en-us/community/posts/9631869346578/comments/9880861308946
Community
TeamCity General Topics
Pull Request build feature with Revision synchronisation
0 votes
Anatoly Cherenkov
commented,
February 01, 2023 14:03
Hi! Are you checking those in the snapshot dependency build?Is the dependent build building the branch ref pull/<number>?Does the VCS root attached to the dependency build configuration have the sa...
Community
TeamCity General Topics
GitHub pull request triggers not working
0 votes
Anatoly Cherenkov
commented,
January 27, 2023 17:00
Only master shows up in branch drop-downs (and my PR), none of the 1.x.y branches are shown. Normally, the 1.x.y branches should be visible in the dropdown after a check ...
Community
TeamCity General Topics
GitHub pull request triggers not working
0 votes
Anatoly Cherenkov
commented,
January 27, 2023 09:56
Automatic test detection cannot be disabled in the Gradle Runner. However, you can work around it using the Command Line runner.Additionally, you may be interested in upvoting this request: https:/...
Community
TeamCity General Topics
disable automatic test detection?
0 votes
Anatoly Cherenkov
commented,
January 26, 2023 19:48
Hi! I would recommend this approach to narrow down the scope of the issue:https://www.jetbrains.com/help/teamcity/common-problems.html#Build+works+locally+but+fails+or+misbehaves+in+TeamCityIn shor...
Community
TeamCity General Topics
TC Agent with .Net 6 - MVC - NOT Building Views into Application DLL
0 votes