941d10e091
So during my reviews of jjb code I've noticed that many of the examples in the documentation are either not correct or are out of date. So instead of documenting examples in the source I think it would be preferable to have a test for every module and use that test as the example for the module. We run the tests continuously so this will keep the examples working and up to date. This patch starts with the scp module. Change-Id: I161fa22359f8ecb2ae9e511d204c1fa0bce48581
9 lines
194 B
YAML
9 lines
194 B
YAML
publishers:
|
|
- scp:
|
|
site: 'example.com'
|
|
files:
|
|
- target: 'dest/dir'
|
|
source: 'base/source/dir/**'
|
|
keep-hierarchy: true
|
|
copy-after-failure: true
|