2014-04-21 17:02:54 -04:00
|
|
|
- job-template:
|
|
|
|
name: '{name}-infra-docs'
|
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- docs
|
2014-04-21 17:02:54 -04:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
- ftp:
|
|
|
|
site: '{doc-publisher-site}'
|
|
|
|
source: 'doc/build/html/**'
|
|
|
|
target: 'infra/{doc-publisher-folder}'
|
|
|
|
remove-prefix: 'doc/build/html'
|
|
|
|
excludes: ''
|
|
|
|
|
2015-04-16 17:05:04 +00:00
|
|
|
- job:
|
|
|
|
name: publish-infra-docs-index
|
|
|
|
description: Render and publish the infra docs index.
|
|
|
|
node: bare-trusty
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: infra-docs
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- ftp:
|
|
|
|
site: docs.openstack.org
|
2015-04-27 15:57:16 +00:00
|
|
|
source: 'docs-site/output/index.html'
|
2015-04-16 17:05:04 +00:00
|
|
|
target: '/infra/'
|
2015-04-27 15:57:16 +00:00
|
|
|
remove-prefix: 'docs-site/output/'
|
2015-04-16 17:05:04 +00:00
|
|
|
- console-log
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: check-infra-docs-index
|
|
|
|
description: Render the infra docs index without publishing it.
|
|
|
|
node: bare-trusty
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: infra-docs
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
2014-04-21 17:02:54 -04:00
|
|
|
- job-group:
|
|
|
|
name: infra-publish-jobs
|
|
|
|
jobs:
|
|
|
|
- '{name}-infra-docs'
|