8a656871d5
'Publish over SSH' plugin is only supported in the publishers. It can also be used as a build step during the build process. Adjustments to publishers.base_publish_over() method: * fix the missing top delegate * re-order command, timeout and use-pty as in Jenkins Change-Id: Id45ef1b84b88213d8673f34597571ca56e3ff986 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
7 lines
158 B
YAML
7 lines
158 B
YAML
builders:
|
|
- publish-over-ssh:
|
|
site: 'server.example.com'
|
|
target: 'dest/dir'
|
|
source: 'base/source/dir/**'
|
|
timeout: 1800000
|