kotlin-dsl/SshExec.xml [41:48]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            <code>
                sshExec {
                    name = "My SSH Exec build step"
                    commands = """
                        command1
                        command2
                    """.trimIndent()
                    targetUrl = "8.8.8.8"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-dsl/SshExec.xml [105:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            <code>
                sshExec {
                    name = "My SSH Exec build step"
                    commands = """
                        command1
                        command2
                    """.trimIndent()
                    targetUrl = "8.8.8.8"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



