Fix specs upload job and use scp instead of ftp

Change-Id: Ibd58fdcc99696c5732d62f959d6cb81767295a4e
This commit is contained in:
Sergey Lukjanov 2014-07-30 13:02:00 +04:00
parent 5eae43e5c4
commit b42f8ba658

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: