Merge "Fix specs upload job and use scp instead of ftp"

This commit is contained in:
Jenkins 2014-07-30 14:27:00 +00:00 committed by Gerrit Code Review
commit 552542d884

View File

@ -12,12 +12,12 @@
project: '{name}' project: '{name}'
publishers: publishers:
- ftp: - scp:
site: 'specs.openstack.org' site: 'static.openstack.org'
source: 'doc/build/html/**' files:
target: '{github-org}/{name}' - target: 'specs/{github-org}/{name}'
remove-prefix: 'doc/build/html' source: 'doc/build/html/**'
excludes: '' keep-hierarchy: true
- console-log - console-log
- job-group: - job-group: