de4fb862f3
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
6 lines
115 B
YAML
6 lines
115 B
YAML
publishers:
|
|
- ssh:
|
|
site: 'server.example.com'
|
|
target: 'dest/dir/'
|
|
source: 'base/source/dir/**'
|