
The openstack manuals do not use docbook properties anymore, we can remove setting the properites and also the script docbook-properties.sh. Current openstack-doc-tools together with the configuration of trunk and stable/havana and stable/icehouse branches work fine without this. Change-Id: I97be952aedc06b7c0b6ac1b7e341234c258bdfa3
82 lines
1.7 KiB
YAML
82 lines
1.7 KiB
YAML
- job-template:
|
|
name: '{name}-tox-doc-{envlist}'
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 40
|
|
fail: true
|
|
- timestamps
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- tox:
|
|
envlist: '{envlist}'
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-to-docs-site
|
|
- upload-doc-build-results
|
|
|
|
node: '{node}'
|
|
|
|
- job-template:
|
|
name: 'api-site-tox-buildlang-{lang}'
|
|
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack api-site
|
|
tox -v -e buildlang -- {lang}
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-to-docs-site
|
|
- upload-doc-build-results
|
|
|
|
- job:
|
|
name: openstack-api-ref
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- tox:
|
|
envlist: 'publishdocs-api'
|
|
github-org: 'openstack'
|
|
project: 'api-site'
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-doc-build-results
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'publish-docs/api-ref/**'
|
|
target: '/'
|
|
remove-prefix: 'publish-docs/api-ref/'
|
|
|
|
|
|
# in zuul/layout.yaml specified to only run against master branch.
|
|
# this copies static files from www
|
|
- job:
|
|
name: openstack-api-site
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
|
|
publishers:
|
|
- ftp:
|
|
site: developer.openstack.org
|
|
source: 'www/**'
|
|
target: ''
|
|
remove-prefix: 'www/'
|
|
excludes: ''
|
|
- console-log
|