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}'
publishers:
- ftp:
site: 'specs.openstack.org'
source: 'doc/build/html/**'
target: '{github-org}/{name}'
remove-prefix: 'doc/build/html'
excludes: ''
- scp:
site: 'static.openstack.org'
files:
- target: 'specs/{github-org}/{name}'
source: 'doc/build/html/**'
keep-hierarchy: true
- console-log
- job-group: