Merge "Publish the Python OpenStack SDK docs"

This commit is contained in:
Jenkins 2015-12-09 08:46:13 +00:00 committed by Gerrit Code Review
commit cabef3473e
2 changed files with 19 additions and 0 deletions

View File

@ -111,3 +111,21 @@
target: 'api-guide/compute'
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

View File

@ -8187,6 +8187,7 @@ projects:
- gate-sdk-dsvm-functional
post:
- python-openstacksdk-coverage
- python-openstacksdk-docs
- name: openstack/python-opentsdbclient
template: