project-config/jenkins/jobs/elastic-recheck.yaml
Clark Boylan cee23e3950 Run elastic-recheck docs job on xenial
This is part of the xenial transition. Elastic-recheck doesn't ahve
stable branches to worry about so simply transition the docs jobs ahead
to xenial.

Change-Id: I17a666dbaf252b5dd2149f0aebca32d93c9284ae
2016-12-06 11:05:04 -08:00

24 lines
558 B
YAML

- job:
name: elastic-recheck-docs
node: ubuntu-xenial
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- docs
publishers:
- ftp:
site: docs.openstack.org
source: 'doc/build/html/**'
target: 'infra/elastic-recheck/'
remove-prefix: 'doc/build/html'
excludes: ''
- afs:
site: afs-docs
source: 'doc/build/html/**'
target: 'infra/elastic-recheck/'
remove-prefix: 'doc/build/html'
- console-log