jenkins-job-builder/tests/builders/fixtures/publish-over-cifs.yaml
Norbert Grünwald a1dba99eb7 Add 'publish-over-cifs' to the builders module
This adds the 'publish-over-cifs' action to the builders module.
It enables the "Send files to a windows share" build step,
provided by the "Publish Over CIFS Plugin".

Change-Id: I80cb2f86091ef53a284cf85a381294bbb6133010
2018-10-29 15:04:50 +00:00

9 lines
231 B
YAML

builders:
- publish-over-cifs:
site: 'cifs.share'
target: 'dest/dir'
source: 'base/source/dir/**'
remove-prefix: 'base/source/dir'
excludes: '**/*.excludedfiletype'
flatten: true