system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-qa.yaml
James E. Blair 17bbf537fd Revoke sudo from almost all jobs
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
2014-03-21 12:00:06 -07:00

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