Merge "Publish the Python OpenStack SDK docs"
This commit is contained in:
commit
cabef3473e
@ -111,3 +111,21 @@
|
|||||||
target: 'api-guide/compute'
|
target: 'api-guide/compute'
|
||||||
remove-prefix: 'api-guide/build/html/'
|
remove-prefix: 'api-guide/build/html/'
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: python-openstacksdk-docs
|
||||||
|
description: Build and publish the Python SDK docs from source.
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- docs
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- ftp:
|
||||||
|
site: developer.openstack.org
|
||||||
|
source: 'doc/build/html/**'
|
||||||
|
target: 'sdks/python/openstacksdk'
|
||||||
|
remove-prefix: 'doc/build/html/'
|
||||||
|
excludes: ''
|
||||||
|
- console-log
|
||||||
|
@ -8187,6 +8187,7 @@ projects:
|
|||||||
- gate-sdk-dsvm-functional
|
- gate-sdk-dsvm-functional
|
||||||
post:
|
post:
|
||||||
- python-openstacksdk-coverage
|
- python-openstacksdk-coverage
|
||||||
|
- python-openstacksdk-docs
|
||||||
|
|
||||||
- name: openstack/python-opentsdbclient
|
- name: openstack/python-opentsdbclient
|
||||||
template:
|
template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user