17bbf537fd
Everything except jobs that are designed to run on devstack-precise or tripleo-precise. Even the jobs on the static slaves, just to be more consistent and future-proof (even though it's not strictly necessary). Change-Id: I220e4f8346b5db1394536b334bcb7c3a7dd4dedb
22 lines
536 B
YAML
22 lines
536 B
YAML
# This is a non-standard docs job because it uses SCP instead of FTP.
|
|
# It also uses a non standard build script.
|
|
- job:
|
|
name: openstack-qa-docs
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
export HUDSON_PUBLISH_DOCS=1
|
|
python setup.py build_sphinx
|
|
|
|
publishers:
|
|
- scp:
|
|
site: '173.203.107.207'
|
|
files:
|
|
- target: 'qa'
|
|
source: 'build/sphinx/html/**/*'
|
|
keep-hierarchy: true
|
|
- console-log
|