system-config/modules/openstack_project/files/jenkins_job_builder/config/elastic-recheck.yaml
Clark Boylan b382033d35 Publish elastic-recheck documentation.
Add jobs to Jenkins and Zuul that test and gate elastic-recheck
documentation changes and add a job to publish elastic-recheck docs
to docs.o.o/infra/elastic-recheck.

Change-Id: I540a9d0adcd355b0108c4586658b2ee2d13b33dd
2013-12-30 17:03:17 +00:00

20 lines
427 B
YAML

- job:
name: elastic-recheck-docs
concurrent: false
node: precise
builders:
- gerrit-git-prep
- docs:
github-org: '{github-org}'
project: '{name}'
publishers:
- ftp:
site: docs.openstack.org
source: 'doc/build/html/**'
target: 'infra/elastic-recheck/'
remove-prefix: 'doc/build/html'
excludes: ''
- console-log