Commit Graph

3 Commits

Author SHA1 Message Date
Darragh Bailey de4fb862f3 Allow control of verbose option for publish-over plugins
The publish-over plugins all expose the option 'verbose' to all for
lots of debug output from the connection to be outputted to the jenkins
console. However by default this is supposed to be disabled ('false')
so update the existing code to switch to the correct behaviour.

Change-Id: Ie9acb1a005a25cd5c9f279cc89d5178eb8d54dd7
2018-08-23 14:57:33 +01:00
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
Tomas Bezdek d1bfc8e4e3 Flatten attribute for publish plugins
plus move examples to tests

Change-Id: Ia785afe40da81c77abe643f3c788e5d4faefbf5d
2014-09-26 10:51:50 +01:00