Comment on TeamCity and Plastic SCM: Full-Blown Automation to Deliver Faster...
Plastic is ok, but until git support is 100% then you can’t properly integrate with nearly any other useful software, like a decent code review tool.
View ArticleComment on New in TeamCity 2018.1: Inherited build steps configuration...
is there any rest api available to reorder the build steps in 2018 teamcity
View ArticleComment on TeamCity and Plastic SCM: Full-Blown Automation to Deliver Faster...
Plastic has a feature called GitServer: https://www.plasticscm.com/gitserver Every Plastic SCM server can now serve repositories using the Git protocol (git and http supported). This means that every...
View ArticleComment on TeamCity and Plastic SCM: Full-Blown Automation to Deliver Faster...
Yes, but the last time I tried GitServer, it didn’t support populating the username and email address for the commit in the Git repo, which is not very helpful when matching up usernames in external...
View ArticleComment on TeamCity on Azure Marketplace by Sheldon
The template in the marketplace wants a /16 vnet which seems like a bit of an overkill, this should probably be lowered to something more reasonable.
View ArticleComment on TeamCity on Azure Marketplace by Dmitry Tretyakov
@Sheldon, it’s default value, at the deployment time you could tune it as required.
View ArticleComment on Configuration as Code, Part 2: Working with Kotlin Scripts by...
Really good to see more of these, thanks Anton. When we’re writing these scripts, we often get the feeling that there is probably a better way to structure things, particularly when they get bigger...
View ArticleComment on Configuration as Code, Part 2: Working with Kotlin Scripts by...
Thanks for the feedback!
View ArticleComment on GitHub Pull Requests plugin for TeamCity by Maksym Grebenets
Nice plugin, but for me didn’t work because it takes over VCS root branch specification completely. Actually, it’s not mentioned anywhere in documentation, when using this plugin the VCS root branch...
View ArticleComment on GitHub Pull Requests plugin for TeamCity by Anton Zamolotskikh
Hi Maksym, What you are describing doesn’t look like an expected behaviour. The plugin extends the branch spec, but doesn’t replace it. Basically you don’t have to have a branch spec of...
View ArticleComment on Configuration as Code, Part 1: Getting Started with Kotlin DSL by...
Wow. You really should have mentioned very clearly at the start of the article (or at least at the start of Enable Versioned Settings) that TeamCity was going to automatically, and without prompting,...
View ArticleComment on Configuration as Code, Part 1: Getting Started with Kotlin DSL by...
Good call! I’ll add a warning about it. Thanks for the feedback.
View ArticleComment on Configuration as Code, Part 5: Using DSL extensions as a library...
We’ve done this using a submodule instead of a maven package, which (one could argue) is definitely a worse solution, but has the benefit of having a great development time experience.
View ArticleComment on Configuration as Code, Part 5: Using DSL extensions as a library...
I see nothing wrong with the submodule solution
View ArticleComment on Configuration as Code, Part 5: Using DSL extensions as a library...
Thank you for this guide, Anton. I would like to use a private Maven repository based on Azure Storage Account (https://egkatzioura.com/2018/04/09/host-your-maven-artifacts-using-azure-blob-storage/)....
View ArticleComment on Configuration as Code, Part 5: Using DSL extensions as a library...
Hello! It looks like there’s no good solution at the moment. Here’s the unresolved issue for this request: https://youtrack.jetbrains.com/issue/TW-53584
View ArticleComment on Configuration as Code, Part 1: Getting Started with Kotlin DSL by...
Is it easy to copy over an existing build configuration’s “View As Kotlin DSL” to the KTS file? As in, I can just copy and paste it over? This would be awesome.
View ArticleComment on TeamCity Kanpur 2019.1 EAP3 is here by Lior Tal
build artifacts improvements is nice! what about async artifact publishing? e.g: a build configuration is made of 10 steps, each creates an artifact. i can upload the artifact of step 1 already while...
View ArticleComment on TeamCity Kanpur 2019.1 EAP3 is here by Nadezhda Burnasheva
Hi Lior! You can make it using TeamCity service messages. More details in our documentation –...
View ArticleComment on Configuration as Code, Part 5: Using DSL extensions as a library...
This is a really great series Anton, thank you. I was really looking forward to the testing post. Are you still planning to do that one? I notice is not mentioned in the later articles.
View Article