jenkins-job-builder/tests/builders/fixtures/publish-over-ssh.yaml
Fathi Boudra 8a656871d5 builders: add 'publish over ssh' support as a build step
'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>
2016-08-16 11:34:31 +00:00

7 lines
158 B
YAML

builders:
- publish-over-ssh:
site: 'server.example.com'
target: 'dest/dir'
source: 'base/source/dir/**'
timeout: 1800000