summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/ftp-full.yaml
diff options
context:
space:
mode:
authorDarragh Bailey <dbailey@hpe.com>2018-08-23 14:53:47 +0100
committerDarragh Bailey <dbailey@hpe.com>2018-08-23 14:57:33 +0100
commitde4fb862f3469fc711e8adefcb2f2471427a3a84 (patch)
treed240fd6215a0b16f1be7a10e3d9c985bdef4ae89 /tests/publishers/fixtures/ftp-full.yaml
parent9f5fc4af8b3c65d480aa7778feec247f28cb3860 (diff)
downloadpython-jenkins-job-builder-de4fb862f3469fc711e8adefcb2f2471427a3a84.tar.gz
python-jenkins-job-builder-de4fb862f3469fc711e8adefcb2f2471427a3a84.tar.xz
python-jenkins-job-builder-de4fb862f3469fc711e8adefcb2f2471427a3a84.zip
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
Diffstat (limited to 'tests/publishers/fixtures/ftp-full.yaml')
-rw-r--r--tests/publishers/fixtures/ftp-full.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/ftp-full.yaml b/tests/publishers/fixtures/ftp-full.yaml
new file mode 100644
index 00000000..bd6da185
--- /dev/null
+++ b/tests/publishers/fixtures/ftp-full.yaml
@@ -0,0 +1,12 @@
+publishers:
+ - ftp:
+ site: 'ftp.example.com'
+ target: "'dest/dir/'yyyyMMddHHmmss"
+ target-is-date-format: true
+ clean-remote: true
+ source: 'base/source/dir/**'
+ excludes: '**/*.excludedfiletype'
+ remove-prefix: 'base/source/dir'
+ fail-on-error: true
+ flatten: true
+ verbose: true