a1dba99eb7
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
9 lines
231 B
YAML
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
|