Paetz89
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Kotlin DSL: Artifact dependency with according build trigger
Hi, I'm currently trying to figure out the following scenario in KotlinDSL: I have 3 build configs in my project: BuildConfigDebug and BuildConfigRelease both build some artifact equally named Bui... -
Created Read text file in Kotlin DSL from repo root
Hi, I want to read a version text file into my Kotlin DSL configuration and use it for some other step. Here is my project structure: repo_root| - version.txt| - .teamcity | - settings.kts The fol...