2012-09-27 14:10:02 -07:00
|
|
|
# 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
|
2013-05-11 02:34:12 +00:00
|
|
|
node: precise
|
2012-09-27 14:10:02 -07:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- 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
|
2013-07-09 10:53:27 -07:00
|
|
|
- console-log
|