https://kotlinlang.org logo
#teamcity
Title
# teamcity
a

asad.awadia

07/14/2020, 5:44 PM
is the teamcity kotlin dsl syntactic sugar over shell scripts? i.e. does it basically at the end of the day ‘compile’ the dsl down to shell commands and run things in bash to test or deploy? [like
mvn package
etc]
@hhariri
h

hhariri

07/15/2020, 6:58 AM
The DSL is essentially configuring TeamCity as it would if you were using the UI. And under the covers it all uses the TeamCity API.
7 Views