kotlin-script-runner-server/kotlin-dsl/KotlinScriptCustom.xml [72:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Custom [working directory](https://www.jetbrains.com/help/teamcity/?Build+Working+Directory) is provided.
      </description>
      <code>
        kotlinScript {
            name = "My Kotlin Script step"
            workingDir = "data/"
            content = """
                // Koltin script content
                println("Hello, World")
            """.trimIndent()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-script-runner-server/kotlin-dsl/KotlinScriptCustom.xml [95:104]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Custom [working directory](https://www.jetbrains.com/help/teamcity/?Build+Working+Directory) is provided.
      </description>
      <code>
        kotlinScript {
            name = "My Kotlin Script step"
            workingDir = "data/"
            content = """
                // Koltin script content
                println("Hello, World")
            """.trimIndent()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



