
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
17 lines
409 B
YAML
17 lines
409 B
YAML
- job-template:
|
|
name: 'openstack-operations-guide-{lang}'
|
|
node: bare-precise
|
|
github-org: openstack
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
#!/bin/bash -xe
|
|
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack openstack-ops
|
|
tox -v -e buildlang -- {lang}
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-to-docs-site
|