kotlin-dsl/SshDeployer.xml [127:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    transportProtocol = SSHUpload.TransportProtocol.SCP
                    sourcePath = """
                        dir/**/*.zip
                        *.zip => winFiles
                        unix/distro.tgz => linuxFiles
                    """.trimIndent()
                    targetUrl = "hostname:path/to/target/folder"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



kotlin-dsl/SshDeployer.xml [157:163]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    transportProtocol = SSHUpload.TransportProtocol.SCP
                    sourcePath = """
                        dir/**/*.zip
                        *.zip => winFiles
                        unix/distro.tgz => linuxFiles
                    """.trimIndent()
                    targetUrl = "hostname:path/to/target/folder"
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



