R K
- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 16
-
Edited Snapshot dependencies are being triggered even with no changes
We just upgraded to TeamCity 2021.1 and we noticed that build chains no longer behave the same way they did in 2018.1. It seems that 2021.1 sometimes triggers a full builds of the entire chain, but... -
Created Removing clean-up rules from build configuration template
AnsweredIn TeamCity 2018 I had some build configuration templates that defined their own clean-up rules. I've upgraded to 2021 and it looks like this was deprecated, though still partially supported for le... -
Created 2020 Roadmap: Per-branch configurations: when?
AnsweredIn the TeamCity 2020 Roadmap blog post (https://blog.jetbrains.com/teamcity/2020/03/teamcity-2020-roadmap-part-1-of-2/) it is mentioned that Per-branch configurations is in development. Two questio... -
Created Portable Kotlin vs "non-portable" Kotlin?
Which should I be using for versioned settings: portable Kotlin vs "non-portable" Kotlin? I couldn't really find any decision making guidelines in the documentation but I don't really intend to lev... -
Created Portable Kotlin: Can I add a new build configuration to a project directly through Kotlin?
I have a project that has several build configurations and the project stores portable Kotlin DSL in the product's repository. Previously, when I've created new build configurations I would always ... -
Created Portable Kotlin: artifact dependency IDs and agent requirement IDs
To start off: I am not asking about project IDs. When I converted all my TeamCity projects/build configurations to use portable Kotlin DSL I got some nice looking, editable Kotlin. However, I notic... -
Created How to detect any .NET 4.0 CLR on an agent in TeamCity 2017
In TW-44076 TeamCity was changed such that it reports the exact version of the .NET 4.x framework installed, rather than always reporting .NET 4.0 (since all the 4.x versions are in-place upgrades ... -
Created Changing build chains while using Versioned Setting
We have a build chain setup for our project using Artifact and Snapshot Dependencies. We also use Versioned Settings stored in our product's repository so we can have branch specific settings (see ... -
Edited Service Messages displaying errors on failure
I'm using TeamCity services message to output important messages (errors and warnings) during my build. The success/failure of the build is controlled solely by the exit code of my custom build run... -
Created Moving artifacts to different Artifact directories?
This question is about the Artifact directories storage location under Global Settings, not about defining build artifacts for a build configuration. From what I understand, you can specify multipl...