system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-qa.yaml
James E. Blair f7f2760fe0 Set the Zuul/Jenkins base log URL in a function
And use that when constructing log paths and URLs.  Use a substr
of the change id or commit sha when constructing URLs so the log
directories are deeper.

Make copying the test results a macro (it's used in several places).

Update the gearman log client to take advantage of the new parameter.

Requires https://review.openstack.org/#/c/36304/

Change-Id: I64faa35eddc4105271efa3de4f83b608b77655c2
2013-07-19 10:36:31 -07:00

21 lines
511 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: precise
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
- console-log