Sebingel
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Created How to execute buildscript from custom DSL library?
I have the following extension method:fun BuildSteps.addBuildsteps() { csharpScript { name = "ScriptStep" content = "Console.WriteLine(\"Hello\")" } csharpFile { ... -
Created How to handle shared configs across multiple versions settings
I have two projects that share part of their tech stack. Both are in their own repositories and each has versioned settings enabled in their repositories. How do you now most cleverly manage, for e... -
Edited Cannot find compatible Agent when using shared resource and enabling parallel tests
We have a Buildconfig running Tests with a Connection string as a shared resource. Lock is readlock on any available value.When enabling parallel tests the child builds spawned by parallel tests bu... -
Created free disk space build feature not working
We configured one of our build configurations with a "free disk space" build feature like this freeDiskSpace { requiredSpace = "5gb" failBuild = true} A build in this configuration failed w... -
Created Buildstatus ERROR vs FAILURE. Whats the difference?
https://www.jetbrains.com/help/teamcity/build-script-interaction-with-teamcity.html#BuildScriptInteractionwithTeamCity-ServiceMessages I can set the buildstatus through TeamCity Servicemessages t... -
Created Versioned Settings: Kotlin vs XML
Hey erveryone, i am evaluating versioned settings in TeamCity and came to the question wether to use XML format or Kotlin format but couldn't find much info on which one is recommended and why. So ...