Merge "Fix specs upload job and use scp instead of ftp"
This commit is contained in:
commit
552542d884
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user