b382033d35
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
20 lines
427 B
YAML
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
|